Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.14.0...v1.14.2)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2026-08-01 21:12:31 +00:00
committed by GitHub
parent 87060b4364
commit 71270f003c
+2 -2
View File
@@ -158,7 +158,7 @@ jobs:
merge-multiple: true
path: dist
- uses: pypa/[email protected].0
- uses: pypa/[email protected].2
continue-on-error: true # might fail if we don't bump the version
with:
user: __token__
@@ -175,7 +175,7 @@ jobs:
merge-multiple: true
path: dist
- uses: pypa/[email protected].0
- uses: pypa/[email protected].2
with:
user: __token__
password: ${{ secrets.pypi_password }}