Skip to content

Commit 954d263

Browse files
committed
update publish
1 parent fd4a76f commit 954d263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2727
run: |
2828
python setup.py build_ext --inplace
29-
python setup.py sdist bdist_weel
29+
python setup.py sdist bdist_wheel
3030
twine upload dist/*

0 commit comments

Comments
 (0)