Skip to content

Commit 61aa23f

Browse files
Update .github/workflows/wheel.yml
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent 3cc2a38 commit 61aa23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CIBW_TEST_REQUIRES: "pytest"
3535
CIBW_TEST_COMMAND: "pytest {package}/test"
3636
CIBW_SKIP: "pp* cp38-macosx_*"
37-
CIBW_ENABLE: cpython-freerelease
37+
CIBW_ENABLE: cpython-freethreading
3838

3939
- name: Build sdist
4040
if: runner.os == 'Linux' && runner.arch == 'X64'

0 commit comments

Comments
 (0)