Skip to content

Commit

Permalink
update delvewheel for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 8, 2022
1 parent a68c804 commit 0e9a7ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ jobs:
- name: install windows dependencies
if: startsWith(matrix.os, 'win')
run: |
pip install delvewheel==0.0.22
python setup.py fetch_libzmq --dll
xcopy /i libzmq-dll C:\\libzmq-dll
Expand Down
1 change: 1 addition & 0 deletions tools/wheel-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cibuildwheel==2.8.1
cython==0.29.30
delvewheel==0.0.22; sys_platform == 'win32'

0 comments on commit 0e9a7ff

Please # to comment.