Misc meta fixups

Fix dumping pypi API key to stdout when using "make publish" target
Fix outdated version in example output of docs
This commit is contained in:
2020-11-12 21:13:55 -05:00
parent 3d6d39eca8
commit e37c166a8b
2 changed files with 2 additions and 2 deletions

View File

@@ -33,4 +33,4 @@ test: ## Run the project testsuite(s)
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)
@poetry publish --username __token__ --password $(PYPI_API_KEY)