Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Sep 4, 2024
1 parent 359f248 commit a76145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- name: Set cibuildwheel Python version
run: |
python_version="${{ matrix.python-version }}"
python_version="${{ matrix.python }}"
cibw_python="cp${python_version/./}"
echo "CIBW_PYTHON=$cibw_python" >> $GITHUB_ENV
- uses: actions/checkout@v4
Expand Down

0 comments on commit a76145c

Please sign in to comment.