Skip to content

Commit

Permalink
fixing pypi packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
chfl4gs authored and xwings committed Jun 26, 2020
1 parent 3bf8cfb commit 4301a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_pass }}
run: |
pip install -r requirements.txt
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 4301a52

Please sign in to comment.