Skip to content

Commit

Permalink
Add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 24, 2021
1 parent b3e1b96 commit bd00028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
echo "username = ${PYPI_USERNAME}" >> ~/.pypirc
echo "password = ${PYPI_PASSWORD}" >> ~/.pypirc
python3 -m pip install --user wheel twine
- run: cat ~/.pypirc
- name: deploy
run: |
python3 setup.py egg_info --no-date sdist bdist_wheel
Expand Down

0 comments on commit bd00028

Please sign in to comment.