mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 18:54:11 +00:00
Fix the Python release CI action (#417)
This commit is contained in:
parent
67e5904a04
commit
ef43583a1b
4
.github/workflows/python-release.yml
vendored
4
.github/workflows/python-release.yml
vendored
@ -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…
x
Reference in New Issue
Block a user