Skip to content

Commit

Permalink
Pin cibuildwheel to 2.2.2
Browse files Browse the repository at this point in the history
This appears to resolve issue regarding Windows symlinks not copying.
See pypa/cibuildwheel#962
  • Loading branch information
AlexanderWells-diamond committed Dec 14, 2021
1 parent 7f95e6b commit 6bb9448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code.yml
Expand Up @@ -60,7 +60,8 @@ jobs:
python-version: "3.7"

- name: Install Python Dependencies
run: pip install build cibuildwheel
# Pin cibuildwheel due to https://github.com/pypa/cibuildwheel/issues/962
run: pip install build cibuildwheel==2.2.2

- name: Build Sdist
if: matrix.sdist
Expand Down

0 comments on commit 6bb9448

Please sign in to comment.