Skip to content

Commit 84f6498

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 724f8e8 commit 84f6498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 1 addition & 1 deletion
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)