Skip to content

Commit

Permalink
add upload make target
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyc committed Jun 22, 2022
1 parent 07a0be8 commit 6cfdfec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ code-lint: ## Lint the code
else echo "SKIPPED. Run 'npm install -f pyright' first." >&2 ; fi
@if type mypy >/dev/null 2>&1 ; then mypy --ignore-missing-imports $(SRC_CORE) ; \
else echo "SKIPPED. Run '$(PIP) install mypy' first." >&2 ; fi

upload:
python3 -m build
twine upload dist/*

0 comments on commit 6cfdfec

Please sign in to comment.