Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesonielfa committed Jul 23, 2024
1 parent e7dcda5 commit ebeb62a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ lint:
mypy .

test:
pytest -svx . --tb=native
pytest -svx . --tb=native

release:
pip install zest.releaser
fullrelease

0 comments on commit ebeb62a

Please sign in to comment.