Skip to content

Commit

Permalink
Spelling error...
Browse files Browse the repository at this point in the history
  • Loading branch information
reverendbedford committed Dec 30, 2020
1 parent f633521 commit a53a21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PIPY_PASSWORD }}
run: |
python setup.py sdist
twine upload --verbose dist/*

0 comments on commit a53a21d

Please sign in to comment.