Skip to content

Commit

Permalink
Switch back to using API token for PyPI. We should update to trusted …
Browse files Browse the repository at this point in the history
…publishing later. (#36)
  • Loading branch information
tdenewiler authored Jan 20, 2025
1 parent 4625533 commit e1baf82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e1baf82

Please sign in to comment.