Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish@release/v1.10 from 1.10 to 1.12 (#144)
Browse files Browse the repository at this point in the history
Bumps [pypa/gh-action-pypi-publish@release/v1.10](https://github.com/pypa/gh-action-pypi-publish) from 1.10 to 1.12.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@release/v1.10...release/v1.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 3348cdc commit 40f1442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.10
uses: pypa/gh-action-pypi-publish@release/v1.12

github-release:
name: >-
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1.10
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

0 comments on commit 40f1442

Please sign in to comment.