Skip to content

Commit

Permalink
Use last version of cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
pmneila committed Jul 3, 2024
1 parent 6337238 commit d06904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mcubes-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.11.4
python -m pip install cibuildwheel
- name: Build wheels
run: python3 -m cibuildwheel --output-dir wheelhouse
- name: Deploy
Expand Down

0 comments on commit d06904b

Please sign in to comment.