Skip to content

Commit

Permalink
Update deploy credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Oct 2, 2023
1 parent 8e2d3ae commit a3f237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- run: python setup.py sdist
- run: twine upload --skip-existing ./dist/*
env:
TWINE_USERNAME: ascoderu
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit a3f237c

Please sign in to comment.