Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 (#613)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 4 Apr 2023 07:52:17 +0000 (09:52 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Apr 2023 07:52:17 +0000 (09:52 +0200)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.5.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.3...v1.8.5)

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