Skip to content

Commit

Permalink
πŸ§ͺπŸ“ Change reusable-windows input description
Browse files Browse the repository at this point in the history
This updates it to avoid referencing to `no-GIL` in favor of the
official term `free-threading`.
  • Loading branch information
webknjaz committed Jul 16, 2024
1 parent 724f8e8 commit 84f6498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
required: true
type: string
free-threading:
description: Whether to use no-GIL mode
description: Whether to compile CPython in free-threading mode
required: false
type: boolean
default: false
Expand Down

0 comments on commit 84f6498

Please sign in to comment.