From 48a7e498016b78c3a780e13a9ac2f375c74fa7e8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 8 Aug 2022 10:01:03 +0200 Subject: [PATCH] update delvewheel for Windows 12 -> 22 --- .github/workflows/wheels.yml | 1 - tools/wheel-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 494c63021..a3960aee1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -200,7 +200,6 @@ jobs: - name: install windows dependencies if: startsWith(matrix.os, 'win') run: | - pip install delvewheel==0.0.12 python setup.py fetch_libzmq --dll xcopy /i libzmq-dll C:\\libzmq-dll diff --git a/tools/wheel-requirements.txt b/tools/wheel-requirements.txt index 6c51206ac..11706e997 100644 --- a/tools/wheel-requirements.txt +++ b/tools/wheel-requirements.txt @@ -1,2 +1,3 @@ cibuildwheel==2.8.1 cython==0.29.30 +delvewheel==0.0.22; sys_platform == 'win32'