Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#516)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Mar 2023 12:26:24 +0000 (13:26 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 12:26:24 +0000 (13:26 +0100)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.7.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.4...v1.7.1)

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

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