diff --git a/README.en.md b/README.en.md index 3c705e1..116d82f 100644 --- a/README.en.md +++ b/README.en.md @@ -1,5 +1,8 @@ # gmalg +[![Unittest](https://github.com/ww-rm/gmalg/actions/workflows/python-test.yml/badge.svg)](https://github.com/ww-rm/gmalg/actions/workflows/python-test.yml) +[![PyPI](https://github.com/ww-rm/gmalg/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ww-rm/gmalg/actions/workflows/python-publish.yml) + GM algorithms implemented in pure Python, without dependencies beyond standard libraries. ## Install diff --git a/README.md b/README.md index 2331215..a7b3139 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # gmalg [![Unittest](https://github.com/ww-rm/gmalg/actions/workflows/python-test.yml/badge.svg)](https://github.com/ww-rm/gmalg/actions/workflows/python-test.yml) +[![PyPI](https://github.com/ww-rm/gmalg/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ww-rm/gmalg/actions/workflows/python-publish.yml) 国密算法的纯 Python 实现, 不依赖除标准库以外的任何第三方库.