Skip to content

Commit

Permalink
cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Aug 22, 2024
1 parent e0e57d2 commit 40679f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.20.0
run: python3 -m pip install cibuildwheel==2.20.0

- name: Build wheels
run: python3 -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 40679f8

Please sign in to comment.