Skip to content

Commit d42c6f6

Browse files
committed
🧪📝 Change reusable-windows input description
This updates it to avoid referencing to `no-GIL` in favor of the official term `free-threading`.
1 parent 4069c5f commit d42c6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
required: true
77
type: string
88
free-threading:
9-
description: Whether to use no-GIL mode
9+
description: Whether to compile CPython in free-threading mode
1010
required: false
1111
type: boolean
1212
default: false

0 commit comments

Comments
 (0)