1 parent fd4a76f commit 954d263Copy full SHA for 954d263
1 file changed
.github/workflows/publish.yml
@@ -26,5 +26,5 @@ jobs:
26
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
27
run: |
28
python setup.py build_ext --inplace
29
- python setup.py sdist bdist_weel
+ python setup.py sdist bdist_wheel
30
twine upload dist/*
0 commit comments