- workflows

This commit is contained in:
Wim Pomp
2024-10-16 15:20:24 +02:00
parent b4986fc353
commit f33509e404

View File

@@ -15,12 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v5
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.21.3
- run: export PATH="$HOME/.cargo/bin:$PATH"
- run: echo $PATH
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse