Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#1641)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 3 Sep 2024 19:11:27 +0000 (21:11 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 19:11:27 +0000 (21:11 +0200)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.0...v1.10.1)

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

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 29ace4daf7dfa7941f92f24e4f760368306677e3..180b4aa28588a8d4a80df5f8a85f24ef75074f87 100644 (file)
@@ -86,7 +86,7 @@ jobs:
           name: release-dists
           path: dist/
       - name: Publish release to PyPI
-        uses: pypa/gh-action-pypi-publish@v1.10.0
+        uses: pypa/gh-action-pypi-publish@v1.10.1
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}