diff --git a/Makefile b/Makefile index 7f23ae7..f2fed91 100755 --- a/Makefile +++ b/Makefile @@ -40,9 +40,17 @@ config/.env.%: init: @${POETRY} install +.PHONY: build +build: + @${POETRY} build + .PHONY: release #: Create new Git release and tags. release: release-branch release-tags +.PHONY: publish +publish: build + @${POETRY} publish + .PHONY: open open: @${OPEN} ${ANKISYNCD_URL} \ No newline at end of file diff --git a/config/.env.example b/config/.env.example index 6098cf5..d0e26f8 100644 --- a/config/.env.example +++ b/config/.env.example @@ -25,6 +25,11 @@ MKDOCS_CMD=serve ### JUPYTER_CMD ### JUPYTER_NOTEBOOK_DIR +## Poetry +### POETRY_PYPI_TOKEN_PYPI= +### POETRY_HTTP_BASIC_PYPI_USERNAME= +### POETRY_HTTP_BASIC_PYPI_PASSWORD= + ## Make AWK=awk BASH=bash