forked from GitHub/gf-core
another attempt
This commit is contained in:
4
.github/workflows/build-majestic.yml
vendored
4
.github/workflows/build-majestic.yml
vendored
@@ -190,11 +190,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: |
|
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
|
- name: Install bindings
|
||||||
run: |
|
run: |
|
||||||
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user