We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2386c commit 30f96a4Copy full SHA for 30f96a4
.github/workflows/freethreaded_wheels.yml
@@ -77,7 +77,7 @@ jobs:
77
name: Release (Anaconda)
78
needs:
79
[
80
- build_linux_x86_64_wheels,
+ build_linux_x86_64_free_threaded_wheels,
81
]
82
# Run only on pushes to the main branch, on schedule, or when triggered manually
83
if: >-
0 commit comments