We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72cb95 commit 1ced8d3Copy full SHA for 1ced8d3
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
if-no-files-found: error
33
34
wheels_linux_prerelease_python:
35
- name: ${{ matrix.platform }} - pre-release
+ name: ${{ matrix.platform }} - pre-release ${{ matrix.freethreading && '- freethreading' || '' }}
36
runs-on: ubuntu-22.04
37
continue-on-error: true
38
env:
0 commit comments