Skip to content

Commit f2eb177

Browse files
authored
Update README.md
1 parent f1c501f commit f2eb177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This organization contains repos with examples of integrating Python with variou
66

77
| Type | Build | Description |
88
|:-----|:-----|:------|
9-
| [Python](https://github.com/python-project-templates/python) | [![Build Status](https://github.com/python-project-templates/python/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/python/actions?query=workflow%3A%22Build+Status%22) | Pure Python |
9+
| [Python](https://github.com/python-project-templates/python-template) | [![Build Status](https://github.com/python-project-templates/python-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template/actions/workflows/build.yml) | Pure Python |
1010
| [Python/C++](https://github.com/python-project-templates/cpp) | [![Build Status](https://github.com/python-project-templates/cpp/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/cpp/actions?query=workflow%3A%22Build+Status%22) | Python/C++ (binding via `pybind11` and/or standalone C++) |
1111
| [Python/Rust](https://github.com/python-project-templates/rust) | [![Build Status](https://github.com/python-project-templates/rust/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/python-project-templates/rust/actions/workflows/build.yml) | Python with rust binding via `PyO3` |
1212
| [Python/Jupyter](https://github.com/python-project-templates/jupyter) | [![Build Status](https://github.com/python-project-templates/jupyter/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/jupyter/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |

0 commit comments

Comments
 (0)