File tree 3 files changed +22
-3
lines changed 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ updates:
6
6
schedule :
7
7
interval : " daily"
8
8
ignore :
9
- # Offical actions have moving tags like v1
9
+ # Official actions have moving tags like v1
10
10
# that are used, so they don't need updates here
11
- - dependency-name : " actions/*"
11
+ - dependency-name : " actions/checkout"
12
+ - dependency-name : " actions/setup-python"
13
+ - dependency-name : " actions/cache"
14
+ - dependency-name : " actions/upload-artifact"
15
+ - dependency-name : " actions/download-artifact"
16
+ - dependency-name : " actions/labeler"
Original file line number Diff line number Diff line change 55
55
# An action for adding a specific version of CMake:
56
56
# https://github.com/jwlawson/actions-setup-cmake
57
57
- name : Setup CMake ${{ matrix.cmake }}
58
- uses : jwlawson/actions-setup-cmake@v1.3
58
+ uses : jwlawson/actions-setup-cmake@v1.4
59
59
with :
60
60
cmake-version : ${{ matrix.cmake }}
61
61
Original file line number Diff line number Diff line change 5
5
6
6
|Latest Documentation Status | |Stable Documentation Status | |Gitter chat | |CI | |Build status |
7
7
8
+ |Repology | |PyPI package | |Conda-forge | |Python Versions |
9
+
10
+ `Setuptools example <https://github.com/pybind/python_example >`_
11
+ • `Scikit-build example <https://github.com/pybind/scikit_build_example >`_
12
+ • `CMake example <https://github.com/pybind/cmake_example >`_
13
+
8
14
.. warning ::
9
15
10
16
Combining older versions of pybind11 (< 2.6.0) with the brand-new Python
@@ -173,3 +179,11 @@ to the terms and conditions of this license.
173
179
:target: https://github.com/pybind/pybind11/actions
174
180
.. |Build status | image :: https://ci.appveyor.com/api/projects/status/riaj54pn4h08xy40?svg=true
175
181
:target: https://ci.appveyor.com/project/wjakob/pybind11
182
+ .. |PyPI package | image :: https://img.shields.io/pypi/v/pybind11
183
+ :target: https://pypi.org/project/pybind11/
184
+ .. |Conda-forge | image :: https://img.shields.io/conda/vn/conda-forge/pybind11
185
+ :target: https://github.com/conda-forge/pybind11-feedstock
186
+ .. |Repology | image :: https://repology.org/badge/latest-versions/python:pybind11.svg
187
+ :target: https://repology.org/project/python:pybind11/versions
188
+ .. |Python Versions | image :: https://img.shields.io/pypi/pyversions/pybind11
189
+ :target: https://pypi.org/project/pybind11/
You can’t perform that action at this time.
0 commit comments