Skip to content

Commit

Permalink
pin delvewheel due to regression
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Aug 27, 2024
1 parent d57c67b commit e12a658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel==2.16.2 delvewheel==1.7.1 wheel
- name: Building wheels
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel==2.16.2 delvewheel==1.7.1 wheel
- name: Building wheels
run: |
Expand Down

0 comments on commit e12a658

Please sign in to comment.