Skip to content

Commit 43cedc0

Browse files
committed
Fix PyPi artifact wheels build
1 parent d3eb149 commit 43cedc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
# Ignore tests for pypy since not all dependencies are compiled for it
7575
# and would require a local rust build chain
7676
CIBW_TEST_SKIP: "pp*"
77+
CIBW_SKIP: "cp3*t-*"
7778

7879
- name: Add source distribution
7980
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)