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