Skip to content

Commit f03b196

Browse files
authored
ci: fix release job (#97)
This fixes the following error: `error: invalid command 'bdist_wheel'`
1 parent 19eaf96 commit f03b196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
TWINE_USERNAME: "__token__"
3737
TWINE_PASSWORD: "${{ secrets.PYPI_TOKEN }}"
3838
run: |
39-
pip install -q twine==3.7.1
39+
pip install -q twine==3.7.1 wheel==0.37.1
4040
python setup.py sdist bdist_wheel
4141
twine upload --non-interactive dist/*
4242

0 commit comments

Comments
 (0)