File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5252 - uses : actions/setup-python@v2
5353
5454 - name : Install cibuildwheel
55- run : python -m pip install cibuildwheel==1.6.1
55+ run : python -m pip install cibuildwheel==1.6.3
5656
5757 - name : Build wheel
5858 run : python -m cibuildwheel --output-dir wheelhouse
8888 - uses : actions/setup-python@v2
8989
9090 - name : Install cibuildwheel
91- run : python -m pip install cibuildwheel==1.6.1
91+ run : python -m pip install cibuildwheel==1.6.3
9292
9393 - uses : ilammy/msvc-dev-cmd@v1
9494
Original file line number Diff line number Diff line change 1212 # And never do this yourself unless you know what you are doing (it
1313 # explicitly is okay with pybind11, but may not be with arbitrary
1414 # libraries)
15- python -m pip install -vvv "pybind11==2.6.0b1"
15+ set PIP_NO_INDEX 1
16+ python -m pip install -vvv "pybind11==2.6.0rc3"
1617 python -m pip install . -vvv --no-deps
1718 python -m pip uninstall -y pybind11
1819
Original file line number Diff line number Diff line change 4141 ext_modules = ext_modules ,
4242 # Note: You have to add pybind11 to both setup and install requires to make
4343 # it available during the build. Using PEP 518's pyproject.toml is better!
44- setup_requires = ["pybind11==2.6.0b1 " ],
45- install_requires = ["pybind11==2.6.0b1 " ],
44+ setup_requires = ["pybind11==2.6.0rc3 " ],
45+ install_requires = ["pybind11==2.6.0rc3 " ],
4646 extras_require = {"test" : "pytest" },
4747 # Currently, build_ext only provides an optional "highest supported C++
4848 # level" feature, but in the future it may provide more features.
You can’t perform that action at this time.
0 commit comments