Skip to content

Commit

Permalink
update pypi action version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jan 20, 2025
1 parent f753d6b commit 72d561a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,4 @@ jobs:
python -m build --sdist --wheel
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8
# dont specify anything for Trusted Publishing
# https://docs.pypi.org/trusted-publishers
# with:
# # Using token
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
#
# # Using token on test index
# password: ${{ secrets.PYPI_TEST_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
uses: pypa/gh-action-pypi-publish@release/v1.12

0 comments on commit 72d561a

Please sign in to comment.