Skip to content

Commit 93fbcd8

Browse files
enable prerelease again
1 parent 584b7e8 commit 93fbcd8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ pandas/tests/io/parser/data export-ignore
8585

8686
# Include cibw script in sdist since it's needed for building wheels
8787
scripts/cibw_before_build.sh -export-ignore
88-
scripts/cibw_before_test.sh -export-ignore

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
with:
155155
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
156156
env:
157+
CIBW_PRERELEASE_PYTHONS: True
157158
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
158159
CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }}
159160

0 commit comments

Comments
 (0)