Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 (#562)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 23 Mar 2023 07:21:09 +0000 (08:21 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 07:21:09 +0000 (08:21 +0100)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.1 to 1.8.3.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.1...v1.8.3)

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