1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-18 21:21:59 +00:00

Update tox-poetry-installer to 0.8

This commit is contained in:
2021-05-07 22:02:43 -04:00
parent 2608be7c6f
commit 867180584b
4 changed files with 12 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ source: ## Build Python source distribution package
poetry build --format sdist
test: clean-tox ## Run the project testsuite(s)
poetry run tox --parallelize-locked-install=10
poetry run tox
publish: clean test wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)
@poetry publish --username __token__ --password $(PYPI_API_KEY)