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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-01 21:12:31 +00:00 committed by GitHub
parent 87060b4364
commit 71270f003c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ jobs:
merge-multiple: true merge-multiple: true
path: dist path: dist
- uses: pypa/gh-action-pypi-publish@v1.14.0 - uses: pypa/gh-action-pypi-publish@v1.14.2
continue-on-error: true # might fail if we don't bump the version continue-on-error: true # might fail if we don't bump the version
with: with:
user: __token__ user: __token__
@ -175,7 +175,7 @@ jobs:
merge-multiple: true merge-multiple: true
path: dist path: dist
- uses: pypa/gh-action-pypi-publish@v1.14.0 - uses: pypa/gh-action-pypi-publish@v1.14.2
with: with:
user: __token__ user: __token__
password: ${{ secrets.pypi_password }} password: ${{ secrets.pypi_password }}