Fix makefile copypasta

This commit is contained in:
Ethan Paul 2021-02-18 20:34:45 -05:00
parent 1678231e21
commit 4a4bb10ca4
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -33,7 +33,7 @@ test: ## Run the project testsuite(s)
poetry run tox --recreate poetry run tox --recreate
dev: ## Create the local dev environment dev: ## Create the local dev environment
poetry install -E poetry poetry install
poetry run pre-commit install poetry run pre-commit install
publish: test wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set) publish: test wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)