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](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.3...v1.12.4)

---
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]>
This commit is contained in:
dependabot[bot]
2025-02-01 21:54:57 +00:00
committed by GitHub
parent ccae17f08b
commit 16351d2a88
+2 -2
View File
@@ -103,7 +103,7 @@ jobs:
name: artifact
path: dist
- uses: pypa/[email protected].3
- uses: pypa/[email protected].4
continue-on-error: true # might fail if we don't bump the version
with:
user: __token__
@@ -120,7 +120,7 @@ jobs:
name: artifact
path: dist
- uses: pypa/[email protected].3
- uses: pypa/[email protected].4
with:
user: __token__
password: ${{ secrets.pypi_password }}