Fix the Python release CI action (#417)
This commit is contained in:
parent
67e5904a04
commit
ef43583a1b
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: python -m pip install cibuildwheel==2.16.5
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse bindings/python
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
env:
|
||||
|
||||
# We have QEMU setup and can build everything.
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
||||
- name: Build source distribution
|
||||
run: python setup.py sdist
|
||||
|
||||
|
|
Loading…
Reference in New Issue