File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
- uses : actions/setup-python@v2
53
53
54
54
- name : Install cibuildwheel
55
- run : python -m pip install cibuildwheel==1.6.1
55
+ run : python -m pip install cibuildwheel==1.6.3
56
56
57
57
- name : Build wheel
58
58
run : python -m cibuildwheel --output-dir wheelhouse
88
88
- uses : actions/setup-python@v2
89
89
90
90
- name : Install cibuildwheel
91
- run : python -m pip install cibuildwheel==1.6.1
91
+ run : python -m pip install cibuildwheel==1.6.3
92
92
93
93
- uses : ilammy/msvc-dev-cmd@v1
94
94
Original file line number Diff line number Diff line change 12
12
# And never do this yourself unless you know what you are doing (it
13
13
# explicitly is okay with pybind11, but may not be with arbitrary
14
14
# libraries)
15
- python -m pip install -vvv "pybind11==2.6.0b1 "
15
+ python -m pip install -vvv "pybind11==2.6.0rc3 "
16
16
python -m pip install . -vvv --no-deps
17
17
python -m pip uninstall -y pybind11
18
18
Original file line number Diff line number Diff line change 41
41
ext_modules = ext_modules ,
42
42
# Note: You have to add pybind11 to both setup and install requires to make
43
43
# 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 " ],
46
46
extras_require = {"test" : "pytest" },
47
47
# Currently, build_ext only provides an optional "highest supported C++
48
48
# level" feature, but in the future it may provide more features.
You can’t perform that action at this time.
0 commit comments