Skip to content

Commit d358995

Browse files
committed
added binary dist
1 parent 30653ee commit d358995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3232
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3333
run: |
34-
python setup.py sdist
34+
python setup.py sdist bdist_wheel
3535
twine upload dist/*
3636
3737
# python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)