Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 8dca029

Browse files
committed
Use type 'string' instead of 'str'
1 parent 7a1de06 commit 8dca029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
THREADING_BUILD_MODES:
1616
description: 'CPython threading build modes'
1717
required: true
18-
type: str
18+
type: string
1919
default: 'freethreaded'
2020
PLATFORMS:
2121
description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)'

0 commit comments

Comments
 (0)