Update .github/workflows/wheel.yml

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
This commit is contained in:
Charlie Lin 2025-08-06 21:44:32 +00:00 committed by GitHub
parent 3cc2a384d5
commit 61aa23fa0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_SKIP: "pp* cp38-macosx_*"
CIBW_ENABLE: cpython-freerelease
CIBW_ENABLE: cpython-freethreading
- name: Build sdist
if: runner.os == 'Linux' && runner.arch == 'X64'