Skip to content

Commit

Permalink
Merge pull request #610 from vtomole/master
Browse files Browse the repository at this point in the history
Update `cibuildwheel` version
  • Loading branch information
95-martin-orion authored May 3, 2023
2 parents 30695ff + 6615625 commit fb6106d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.2.2
run: python -m pip install cibuildwheel==2.12.3

- name: Install requirements
run: python -m pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.2.2
run: python -m pip install cibuildwheel==2.12.3

- name: Install requirements
run: python -m pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion pybind_interface/GetPybind11.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(FetchContent)

set(MIN_PYBIND_VERSION "2.8.1")
set(MIN_PYBIND_VERSION "2.10.1")
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11
Expand Down

0 comments on commit fb6106d

Please sign in to comment.