Skip to content

Commit

Permalink
Fix PyPI password
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 24, 2021
1 parent 33f1e9b commit b3e1b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
echo "[pypi]" > ~/.pypirc
echo "username = ${PYPI_USERNAME}" >> ~/.pypirc
echo "password = ${PYPI_PASS}" >> ~/.pypirc
echo "password = ${PYPI_PASSWORD}" >> ~/.pypirc
python3 -m pip install --user wheel twine
- name: deploy
run: |
Expand Down

0 comments on commit b3e1b96

Please sign in to comment.