Skip to content

Commit

Permalink
added wheel to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Jun 20, 2020
1 parent 032ee8f commit eb0aa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m pep517.build --source --out-dir dist .
python -m pep517.build --out-dir dist .
twine upload dist/*

0 comments on commit eb0aa39

Please sign in to comment.