Skip to content

Commit

Permalink
Upload only source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Apr 6, 2022
1 parent b53ea0e commit 464525f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-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 setup.py sdist bdist_wheel
twine upload dist/*
python setup.py sdist
twine upload dist/*.tar.gz

0 comments on commit 464525f

Please sign in to comment.