diff --git a/.github/workflows/build-wheel.yml b/.github/workflows/build-wheel.yml index 7a1da8bf20d..db006be3207 100644 --- a/.github/workflows/build-wheel.yml +++ b/.github/workflows/build-wheel.yml @@ -208,7 +208,7 @@ jobs: allow-prereleases: true - name: verify free-threaded build - if: endsWith(matrix.python-verison, 't') + if: endsWith(matrix.python-version, 't') run: python -c 'import sys; assert not sys._is_gil_enabled()' - name: Set up Python include paths