Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#1677)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Sep 2024 20:57:34 +0000 (22:57 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 20:57:34 +0000 (22:57 +0200)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.1...v1.10.2)

---
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/release.yml

index 51bf8b258d1317b74f293e5e5b457753f9e3a783..2d5a6a209c505b02d70837368b092b6ecb999688 100644 (file)
@@ -76,7 +76,7 @@ jobs:
           path: dist/
       - name: Publish release to PyPI
         if: ${{ github.event.release.prerelease == false }}
-        uses: pypa/gh-action-pypi-publish@v1.10.1
+        uses: pypa/gh-action-pypi-publish@v1.10.2
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}