Skip to content

Commit

Permalink
Add make target to publish the package
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Jun 1, 2023
1 parent 4d87d51 commit 1431a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ lint:
test:
PYTHONPATH=biaslyze:$(PYTHONPATH) poetry run pytest --cov=biaslyze tests/

publish:
poetry publish --build

0 comments on commit 1431a36

Please sign in to comment.