Skip to content

Commit

Permalink
Correct typo in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
casevh committed Sep 25, 2023
1 parent 75ac412 commit 0436f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0436f5a

Please sign in to comment.