Skip to content

Commit 92e892b

Browse files
authored
Add GitHub Actions test badge to README
1 parent bd94d69 commit 92e892b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# django-rest-gen
2+
![tests](../../actions/workflows/pytest.yml/badge.svg)
23
![tests](https://github.com/ahmad88me/django-rest-gen/actions/workflows/pytest.yml/badge.svg)
34
[![PyPI Version](https://img.shields.io/pypi/v/django-rest-gen.svg)](https://pypi.org/project/django-rest-gen/)
45
<!-- ![PyPI](https://img.shields.io/pypi/v/django-rest-gen?label=pypi%20package) -->
@@ -42,4 +43,4 @@ project.
4243

4344
# Rebuild package
4445
1. `python3 -m build`
45-
2. `python3 -m twine upload dist/*`
46+
2. `python3 -m twine upload dist/*`

0 commit comments

Comments
 (0)