Skip to content

Commit

Permalink
Update release workflows to latest trusted publisher GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Jan 14, 2025
1 parent 0e55ae7 commit f0c61d4
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 @@ -48,7 +48,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.3

github-release:
name: >-
Expand Down Expand Up @@ -114,7 +114,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.3
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

0 comments on commit f0c61d4

Please sign in to comment.