Skip to content

Commit

Permalink
Also publish bdist
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Mar 6, 2023
1 parent 2e0a06e commit 3f2fdd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist
twine upload dist/*
# Sleep and try again to make sure is uploaded.
sleep 1
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 3f2fdd1

Please sign in to comment.