Chore(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#1804)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 16 Dec 2024 09:54:50 +0000 (10:54 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 09:54:50 +0000 (10:54 +0100)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.2...v1.12.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 76e35efeb8c3d590d432c627408b14de59952627..b2e51ff0a2899434429ce5937b42cf57e76fb7ee 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.12.2
+        uses: pypa/gh-action-pypi-publish@v1.12.3
         with:
           user: __token__
           password: ${{ secrets.PYPI_TOKEN }}