chore: Add poetry publish environment variables and command
This commit is contained in:
parent
e54b8a8b42
commit
f1c0e1bf63
8
Makefile
8
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}
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user