mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-09-18 03:13:25 +00:00
Add dev makefile target for setting up the local dev env
This commit is contained in:
6
Makefile
6
Makefile
@@ -32,5 +32,9 @@ source: ## Build Python source distribution package
|
||||
test: ## Run the project testsuite(s)
|
||||
poetry run tox --recreate
|
||||
|
||||
publish: wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)
|
||||
dev: ## Create the local dev environment
|
||||
poetry install -E poetry
|
||||
poetry run pre-commit install
|
||||
|
||||
publish: test wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)
|
||||
@poetry publish --username __token__ --password $(PYPI_API_KEY)
|
||||
|
Reference in New Issue
Block a user