From 0436f5abc9a31151bb23b10a4208463950b1e412 Mon Sep 17 00:00:00 2001 From: Case Van Horsen Date: Sun, 24 Sep 2023 19:05:06 -0700 Subject: [PATCH] Correct typo in previous commit. --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 65892593..ef59314d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - name: Build wheel - uses: pypa/cibuildwheel@2.16.0 + uses: pypa/cibuildwheel@v2.16.0 env: CIBW_PRERELEASE_PYTHONS: True CIBW_BEFORE_BUILD: bash scripts/before_ci_build_apple_silicon.sh