We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f09cc commit 8fb56edCopy full SHA for 8fb56ed
Makefile
@@ -220,6 +220,9 @@ emergency-release-pypi:
220
git push
221
git push --tags
222
$(MAKE) dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-py3-none-any.whl dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
223
+ # TWINE_USERNAME=<USERNAME> \
224
+ # TWINE_PASSWORD=<PASSWORD> \
225
+ # TWINE_REPOSITORY_URL=<REPOSITORY_URL> \
226
# python -m twine upload --verbose --skip-existing dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-py3-none-any.whl dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
227
228
# Prune the packages currently installed in the virtual environment down to the required
0 commit comments