Skip to content

Commit

Permalink
more ci work
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsta committed Feb 23, 2024
1 parent e97709c commit eff5782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v4
- uses: actions/setup-python@v3

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

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

0 comments on commit eff5782

Please sign in to comment.