Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsta committed Feb 23, 2024
1 parent 990a095 commit cac241a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- uses: actions/setup-python@v4

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

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
run: python3 -m cibuildwheel --output-dir wheelhouse
# to supply options, put them in 'env', like:
env:
GITHUB_BUILDING_WHEELS: 1
Expand Down

0 comments on commit cac241a

Please sign in to comment.