1
0
forked from GitHub/gf-core

add cibuildwheel

This commit is contained in:
Krasimir Angelov
2023-01-24 21:14:49 +01:00
parent 26078d4df5
commit a2c6d6524e

View File

@@ -188,6 +188,10 @@ jobs:
sudo mv lib/* /usr/local/lib/
sudo mv include/* /usr/local/include/
- name: Install cibuildwheel
run: |
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
- name: Install bindings
working-directory: ./src/runtime/python
run: |