Skip to content

Commit a70ad6f

Browse files
authored
BLD: Fix nightlies not building (#58138)
1 parent 1ee5832 commit a70ad6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ jobs:
139139
shell: bash -el {0}
140140
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
141141

142-
- name: Build normal wheels
143-
if: ${{ (env.IS_SCHEDULE_DISPATCH != 'true' || env.IS_PUSH == 'true') }}
142+
- name: Build wheels
144143
uses: pypa/[email protected]
145144
with:
146145
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}

0 commit comments

Comments
 (0)