Skip to content

Commit 1a2f0a3

Browse files
Pin cibuildwheel to 2.2.2
This appears to resolve issue regarding Windows symlinks not copying. See pypa/cibuildwheel#962
1 parent 03a626b commit 1a2f0a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
python-version: "3.7"
6161

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

6566
- name: Build Sdist
6667
if: matrix.sdist

0 commit comments

Comments
 (0)