Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#1696)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 5 Oct 2024 08:18:54 +0000 (10:18 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Oct 2024 08:18:54 +0000 (10:18 +0200)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.2...v1.10.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/release.yml

index 4719a0ccbee662f864816d3e980feedeb0412245..732677d2a762434823b12463abc72fd17d5f1f4c 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.2
+        uses: pypa/gh-action-pypi-publish@v1.10.3
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}