Skip to content

Commit 85a5369

Browse files
jeongseok-metameta-codesync[bot]
authored andcommitted
Add PyPI Wheels badge to README (#764)
Summary: Pull Request resolved: #764 Add PyPI Wheels CI badge to the README to display the status of the PyPI package publishing workflow. Reviewed By: cstollmeta Differential Revision: D85905092 fbshipit-source-id: 1509c42ff433735287c32265e19d55bfbf1b4837
1 parent 920f326 commit 85a5369

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![CI macOS][ci-macos-badge]][ci-macos]
55
[![CI Ubuntu][ci-ubuntu-badge]][ci-ubuntu]
66
[![Publish Website][website-badge]][website]
7+
[![PyPI Wheels][pypi-wheels-badge]][pypi-wheels]
78

89
[ci-windows-badge]: https://github.com/facebookresearch/momentum/actions/workflows/ci_windows.yml/badge.svg
910
[ci-windows]: https://github.com/facebookresearch/momentum/actions/workflows/ci_windows.yml
@@ -13,6 +14,8 @@
1314
[ci-ubuntu]: https://github.com/facebookresearch/momentum/actions/workflows/ci_ubuntu.yml
1415
[website-badge]: https://github.com/facebookresearch/momentum/actions/workflows/publish_website.yml/badge.svg
1516
[website]: https://github.com/facebookresearch/momentum/actions/workflows/publish_website.yml
17+
[pypi-wheels-badge]: https://github.com/facebookresearch/momentum/actions/workflows/publish_to_pypi.yml/badge.svg
18+
[pypi-wheels]: https://github.com/facebookresearch/momentum/actions/workflows/publish_to_pypi.yml
1619

1720
Momentum provides foundational algorithms for human kinematic motion and
1821
numerical optimization solvers to apply human motion in various applications.

0 commit comments

Comments
 (0)