We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01070d0 commit 5e5630eCopy full SHA for 5e5630e
2 files changed
.github/workflows/github-actions.yml
@@ -1244,7 +1244,8 @@ jobs:
1244
verbose: true
1245
flags: ${{ matrix.tox_env }}
1246
- name: check wheel
1247
- if: matrix.cibw_build
+ if: >
1248
+ !matrix.cibw_ft && matrix.cibw_build
1249
run: twine check wheelhouse/*.whl
1250
- name: upload wheel
1251
uses: actions/upload-artifact@v4
ci/templates/.github/workflows/github-actions.yml
@@ -118,7 +118,8 @@ jobs:
118
119
flags: {{ '${{ matrix.tox_env }}' }}
120
121
122
123
124
125
0 commit comments