another attempt

This commit is contained in:
Krasimir Angelov
2023-01-25 09:41:07 +01:00
parent 83474b62dd
commit 2ae05d00dd

View File

@@ -190,11 +190,11 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main
- name: Install bindings
run: |
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
- uses: actions/upload-artifact@v2
with: