Skip to content

Commit

Permalink
[fix] redirection in wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Mar 26, 2024
1 parent 69424d6 commit 4c552f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/setup-python@v4

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0 setuptools
run: python -m pip install cibuildwheel==2.17.0

- name: update setuptools
run: python -m pip install -U setuptools>=65.2.0
run: python -m pip install -U 'setuptools>=65.2.0'

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

0 comments on commit 4c552f2

Please sign in to comment.