Fix the Python release CI action (#417)

This commit is contained in:
Justin Traglia 2024-04-16 19:10:13 -05:00 committed by GitHub
parent 67e5904a04
commit ef43583a1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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