Skip to content

Commit ea11362

Browse files
committed
Also publish bdist
1 parent e421d6b commit ea11362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3434

3535
run: |
36-
python setup.py sdist
36+
python setup.py sdist bdist_wheel
3737
twine upload dist/*

0 commit comments

Comments
 (0)