Skip to content

Commit

Permalink
try to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Sep 19, 2023
1 parent 2db07d6 commit 0f86269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build and publish to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
TWINE_PASSWORD: ${{ github.token }}
run: |
python -m build
python -m twine upload dist/*

0 comments on commit 0f86269

Please sign in to comment.