Skip to content

Commit

Permalink
upgrade release python version
Browse files Browse the repository at this point in the history
  • Loading branch information
atroyn committed Jul 20, 2024
1 parent 9ba3aa3 commit 5cce547
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install pybind11
run: python -m pip install --force-reinstall pybind11==2.11.1
python-version: '3.12'
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.1
- name: Build wheels
Expand Down

0 comments on commit 5cce547

Please sign in to comment.