- workflows

This commit is contained in:
Wim Pomp
2024-10-16 15:29:42 +02:00
parent f33509e404
commit d7b2ae24ca

View File

@@ -20,8 +20,13 @@ jobs:
- name: Install cibuildwheel - name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.3 run: python -m pip install cibuildwheel==2.21.3
- run: export PATH="$HOME/.cargo/bin:$PATH" - name: Set path
- run: echo $PATH if: runner.os != 'Windows'
run: export PATH="$HOME/.cargo/bin:$PATH"
- name: Check path
if: runner.os != 'Windows'
run: echo $PATH
- name: Build wheels - name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse run: python -m cibuildwheel --output-dir wheelhouse