Skip to content

Commit

Permalink
Add pypi commands to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Apr 11, 2024
1 parent 63399fe commit 915a4a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ make-version:
ui:
@echo "Generating UI python"
@cmd /C ".\scripts\convert_ui.bat"

pub:
@poetry publish

pub-test:
@poetry publish -r test-pypi

0 comments on commit 915a4a3

Please sign in to comment.