From e7768fe0c37401022785551a7eeecdc9f0019219 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 26 Oct 2021 16:18:18 +0100 Subject: [PATCH] Exclude cibuildwheel 2.2.0 as it seems to be broken https://github.com/pypa/cibuildwheel/issues/892 --- publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.yml b/publish.yml index e67c2c1..fce64e5 100644 --- a/publish.yml +++ b/publish.yml @@ -61,7 +61,7 @@ jobs: echo "SETUPTOOLS_SCM_PRETEND_VERSION=$SETUPTOOLS_SCM_PRETEND_VERSION" echo "CIBW_ENVIRONMENT=$CIBW_ENVIRONMENT" displayName: Display modified version number - - bash: python -m pip install cibuildwheel + - bash: python -m pip install cibuildwheel!=2.2.0 displayName: Installing cibuildwheel - bash: cibuildwheel --output-dir wheelhouse . displayName: Running cibuildwheel