Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#734)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 6 Jul 2023 12:31:35 +0000 (14:31 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 12:31:35 +0000 (14:31 +0200)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7)

---
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/publish-to-pypi.yml

index de1b12d5a51e1048162f959d2b3d66ea18e978ad..301857fd11d56570b6b8ff1cd23e6119dd84e79e 100644 (file)
@@ -21,7 +21,7 @@ jobs:
         run: >-
           python3 -m build
       - name: Publish release to PyPI
-        uses: pypa/gh-action-pypi-publish@v1.8.6
+        uses: pypa/gh-action-pypi-publish@v1.8.7
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}