Bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2 (#906)

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.0 to 1.12.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.0...v1.12.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>
This commit is contained in:
dependabot[bot] 2024-11-06 22:50:49 -05:00 committed by GitHub
parent 6a4419e775
commit f865b0844f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@v1.12.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
repository-url: ${{ env.PYPI_URL }}
skip-existing: true