Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

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.
  • Loading branch information
tdenewiler committed Jan 20, 2025
1 parent 307f019 commit 62fbf00
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 62fbf00

Please sign in to comment.