Skip to content

Commit

Permalink
Updated pypi-publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucVV committed Jan 17, 2025
1 parent 6054aa2 commit ffb36c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: zospy_dist
path: dist
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.11
uses: pypa/gh-action-pypi-publish@v1.12.3
with:
user: __token__

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: zospy_dist
path: dist
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.11
uses: pypa/gh-action-pypi-publish@v1.12.3
with:
user: __token__
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit ffb36c8

Please sign in to comment.