Skip to content

Commit 6cf0d2e

Browse files
committed
ci: fix misspelling that lead to code never being executed to verify free-threaded build
1 parent 0bcce3f commit 6cf0d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
allow-prereleases: true
209209

210210
- name: verify free-threaded build
211-
if: endsWith(matrix.python-verison, 't')
211+
if: endsWith(matrix.python-version, 't')
212212
run: python -c 'import sys; assert not sys._is_gil_enabled()'
213213

214214
- name: Set up Python include paths

0 commit comments

Comments
 (0)