Skip to content

Commit

Permalink
Use PyPI trusted publishing system to upload wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 6, 2023
1 parent 4acd318 commit c2b7012
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,7 @@ jobs:
path: dist
- name: Publish distributions to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
uses: pypa/gh-action-pypi-publish@release/v1

release:
environment: GitHub Releases
Expand Down

0 comments on commit c2b7012

Please sign in to comment.