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 b56842d commit a947587Copy full SHA for a947587
.github/workflows/wheels.yml
@@ -139,8 +139,7 @@ jobs:
139
shell: bash -el {0}
140
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
141
142
- - name: Build normal wheels
143
- if: ${{ (env.IS_SCHEDULE_DISPATCH != 'true' || env.IS_PUSH == 'true') }}
+ - name: Build wheels
144
uses: pypa/cibuildwheel@v2.17.0
145
with:
146
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
0 commit comments