Skip to content

Commit

Permalink
Correct the trusted publisher release GHA version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jan 14, 2025
1 parent 43d56b8 commit 5620e0e
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 @@ -53,7 +53,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.12.3
uses: pypa/gh-action-pypi-publish@release/v1.12

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

0 comments on commit 5620e0e

Please sign in to comment.