Skip to content

Commit

Permalink
use funkelab pypi api token
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 10, 2023
1 parent ae54b06 commit cbd6330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
git tag
python -m build .
Expand Down

0 comments on commit cbd6330

Please sign in to comment.