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 584b7e8 commit 93fbcd8Copy full SHA for 93fbcd8
.gitattributes
@@ -85,4 +85,3 @@ pandas/tests/io/parser/data export-ignore
85
86
# Include cibw script in sdist since it's needed for building wheels
87
scripts/cibw_before_build.sh -export-ignore
88
-scripts/cibw_before_test.sh -export-ignore
.github/workflows/wheels.yml
@@ -154,6 +154,7 @@ jobs:
154
with:
155
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
156
env:
157
+ CIBW_PRERELEASE_PYTHONS: True
158
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
159
CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }}
160
0 commit comments