Skip to content

Commit

Permalink
build_wheels.yml syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed May 5, 2024
1 parent f15d3a7 commit 05cfb7a
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 @@ -15,8 +15,8 @@ jobs:

# Used to host cibuildwheel
- uses: actions/setup-python@v5
with:
python-version: '3.11'
with:
python-version: '3.11'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2
Expand Down

0 comments on commit 05cfb7a

Please sign in to comment.