mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-01-15 08:43:29 +00:00
Add publish make target to automate upload
This commit is contained in:
parent
0ab70f4c22
commit
166fb7bbfc
3
Makefile
3
Makefile
@ -31,3 +31,6 @@ source: ## Build Python source distribution package
|
|||||||
|
|
||||||
test: ## Run the project testsuite(s)
|
test: ## Run the project testsuite(s)
|
||||||
poetry run tox --recreate
|
poetry run tox --recreate
|
||||||
|
|
||||||
|
publish: wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)
|
||||||
|
poetry publish --username __token__ --password $(PYPI_API_KEY)
|
||||||
|
Loading…
Reference in New Issue
Block a user