Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#1765)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 2 Nov 2024 16:15:47 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2024 16:15:47 +0000 (17:15 +0100)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.11.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.3...v1.11.0)

---
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 90594cc388c7c64a76a2baff41fe39589b4415dc..d0a189c4c2e63707908da39fc33f178b573b5862 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.10.3
+        uses: pypa/gh-action-pypi-publish@v1.11.0
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}