File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ updates:
66 schedule :
77 interval : " daily"
88 ignore :
9- # Offical actions have moving tags like v1
9+ # Official actions have moving tags like v1
1010 # 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 5555 # An action for adding a specific version of CMake:
5656 # https://github.com/jwlawson/actions-setup-cmake
5757 - name : Setup CMake ${{ matrix.cmake }}
58- uses : jwlawson/actions-setup-cmake@v1.3
58+ uses : jwlawson/actions-setup-cmake@v1.4
5959 with :
6060 cmake-version : ${{ matrix.cmake }}
6161
Original file line number Diff line number Diff line change 55
66|Latest Documentation Status | |Stable Documentation Status | |Gitter chat | |CI | |Build status |
77
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+
814.. warning ::
915
1016 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.
173179 :target: https://github.com/pybind/pybind11/actions
174180.. |Build status | image :: https://ci.appveyor.com/api/projects/status/riaj54pn4h08xy40?svg=true
175181 :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