Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#1635)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 3 Sep 2024 09:55:07 +0000 (11:55 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 09:55:07 +0000 (11:55 +0200)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.9.0...v1.10.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 28db3366a360620e7a20b03b7da67b726d37071a..29ace4daf7dfa7941f92f24e4f760368306677e3 100644 (file)
@@ -86,7 +86,7 @@ jobs:
           name: release-dists
           path: dist/
       - name: Publish release to PyPI
-        uses: pypa/gh-action-pypi-publish@v1.9.0
+        uses: pypa/gh-action-pypi-publish@v1.10.0
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}