We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0f592 commit 686b981Copy full SHA for 686b981
.github/workflows/wheels.yml
@@ -116,6 +116,7 @@ jobs:
116
- name: Copy additional 32-bit runtime DLLs
117
if: runner.os == 'Windows' && endsWith(matrix.only, '32')
118
run: |
119
+ cp "/msys64/mingw32/bin/libgcc_s_dw2-1.dll" "magic"
120
cp "/msys64/mingw32/bin/libwinpthread-1.dll" "magic"
121
122
- uses: pypa/cibuildwheel@v2.17.0 # sync version with pip install cibuildwheel above
0 commit comments