We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cc8b1 commit e97f179Copy full SHA for e97f179
Makefile
@@ -20,7 +20,7 @@ test: ## Run unit/integration tests
20
21
publish: ## Publish the library to the central PyPi repository
22
# build and upload archive
23
- ($(VENV_RUN) && pip install setuptools twine && ./setup.py sdist && twine upload dist/*)
+ ($(VENV_RUN) && pip install build twine && python3 -m build && twine upload dist/*)
24
25
clean: ## Clean up
26
rm -rf $(VENV_DIR)
0 commit comments