Skip to content

Commit

Permalink
Exclude cibuildwheel 2.2.0 as it seems to be broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 26, 2021
1 parent 598f42f commit e7768fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.yml
Expand Up @@ -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
Expand Down

0 comments on commit e7768fe

Please sign in to comment.