Chore(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#1773)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 8 Nov 2024 21:55:24 +0000 (22:55 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2024 21:55:24 +0000 (22:55 +0100)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.11.0 to 1.12.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.11.0...v1.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml

index d0a189c4c2e63707908da39fc33f178b573b5862..6c326a653d56025324d4b77e609a31b446bba77f 100644 (file)
@@ -76,7 +76,7 @@ jobs:
           path: dist/
       - name: Publish release to PyPI
         if: ${{ github.event.release.prerelease == false }}
-        uses: pypa/gh-action-pypi-publish@v1.11.0
+        uses: pypa/gh-action-pypi-publish@v1.12.2
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}