Skip to content

Commit

Permalink
πŸš€ RELEASE: v0.2.1
Browse files Browse the repository at this point in the history
Use the configured PyPi Token Secret
  • Loading branch information
KyleKing authored Nov 14, 2024
1 parent e620780 commit 46d40cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
flit publish
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}
FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 46d40cf

Please sign in to comment.