We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae7d9e commit 799ae5aCopy full SHA for 799ae5a
.github/workflows/ci.yml
@@ -85,6 +85,8 @@ jobs:
85
# otherwise Meson detects a MINGW64 platform and use MINGW64
86
# toolchain
87
CIBW_CONFIG_SETTINGS_WINDOWS: "setup-args=--vsenv"
88
+ # Include free-threaded support
89
+ CIBW_ENABLE: cpython-freethreading
90
- name: Upload package
91
uses: actions/upload-artifact@v4
92
with:
0 commit comments