Skip to content

Commit de78bdd

Browse files
authored
docs: better badges (#2656)
1 parent f8b8107 commit de78bdd

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
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/

0 commit comments

Comments
 (0)