We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcd9cfe + 8b5a7a5 commit 3063dfbCopy full SHA for 3063dfb
Makefile
@@ -13,12 +13,12 @@ endef
13
pypi_upload_test: install
14
$(call header,"Uploading new version to PyPi - test")
15
@. $(INSTALL_DIR)/bin/activate; python setup.py sdist
16
- @twine upload --repository testpypi dist/*
+ @$(INSTALL_DIR)/bin/twine upload --repository testpypi dist/*
17
18
pypi_upload: install
19
$(call header,"Uploading new version to PyPi")
20
21
- @twine upload dist/*
+ @$(INSTALL_DIR)/bin/twine upload --repository dynamic-rest dist/*
22
23
docs: install
24
$(call header,"Building docs")
0 commit comments