Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7787153 commit 972a821Copy full SHA for 972a821
1 file changed
.github/workflows/cibuildwheel.yml
@@ -140,6 +140,10 @@ jobs:
140
name: cibw-sdist
141
path: dist/
142
143
+ - name: Purge Strawberry Perl
144
+ if: startsWith(matrix.os, 'windows-')
145
+ run: Remove-Item -Recurse C:\Strawberry
146
+
147
- name: Build wheels for CPython 3.14
148
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
149
with:
0 commit comments