Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#657)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 8 May 2023 20:09:32 +0000 (22:09 +0200)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 20:09:32 +0000 (22:09 +0200)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.6)

---
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 30eb11e951f25d966d8f44391af7189f9663d0bd..a76af628b9dea584c64e388e667c0ad0d1e9756d 100644 (file)
@@ -21,7 +21,7 @@ jobs:
         run: >-
           python3 -m build
       - name: Publish release to PyPI
-        uses: pypa/gh-action-pypi-publish@v1.8.5
+        uses: pypa/gh-action-pypi-publish@v1.8.6
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}