Skip to content

Commit 5e5630e

Browse files
committed
Twine/cryptography is still busted on freethreading.
1 parent 01070d0 commit 5e5630e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,8 @@ jobs:
12441244
verbose: true
12451245
flags: ${{ matrix.tox_env }}
12461246
- name: check wheel
1247-
if: matrix.cibw_build
1247+
if: >
1248+
!matrix.cibw_ft && matrix.cibw_build
12481249
run: twine check wheelhouse/*.whl
12491250
- name: upload wheel
12501251
uses: actions/upload-artifact@v4

ci/templates/.github/workflows/github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ jobs:
118118
verbose: true
119119
flags: {{ '${{ matrix.tox_env }}' }}
120120
- name: check wheel
121-
if: matrix.cibw_build
121+
if: >
122+
!matrix.cibw_ft && matrix.cibw_build
122123
run: twine check wheelhouse/*.whl
123124
- name: upload wheel
124125
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)