We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb298a commit 0f37a00Copy full SHA for 0f37a00
.github/workflows/freethreaded_wheels.yml
@@ -69,6 +69,7 @@ jobs:
69
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
70
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
71
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
72
+ GITHUB_ACTIONS: True
73
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
74
with:
75
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
0 commit comments