Skip to content

Commit a54e491

Browse files
⬆️ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@67339c7...76f52bc) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b5c592 commit a54e491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ž.github/workflows/publish-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
poetry run twine check --strict dist/*
4242
4343
- name: πŸš€ Publish to PyPi
44-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
44+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
4545
with:
4646
attestations: true
4747

4848
- name: πŸš€ Publish to Test-PyPi
49-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
49+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
5050
with:
5151
repository-url: https://test.pypi.org/legacy/
5252
attestations: true

β€Ž.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
poetry run twine check --strict dist/*
4040
4141
- name: πŸš€ Publish to PyPi
42-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
42+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
4343
with:
4444
attestations: true
4545

4646
- name: πŸš€ Publish to Test-PyPi
47-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
47+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
4848
with:
4949
repository-url: https://test.pypi.org/legacy/
5050
attestations: true

0 commit comments

Comments
Β (0)