Skip to content

Commit 1ced8d3

Browse files
committed
Ensure freethreading build gets distinct name
1 parent c72cb95 commit 1ced8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if-no-files-found: error
3333

3434
wheels_linux_prerelease_python:
35-
name: ${{ matrix.platform }} - pre-release
35+
name: ${{ matrix.platform }} - pre-release ${{ matrix.freethreading && '- freethreading' || '' }}
3636
runs-on: ubuntu-22.04
3737
continue-on-error: true
3838
env:

0 commit comments

Comments
 (0)