Skip to content

Commit 8fb56ed

Browse files
committed
chore: add and comment out twine environment variables
1 parent 92f09cc commit 8fb56ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ emergency-release-pypi:
220220
git push
221221
git push --tags
222222
$(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> \
223226
# python -m twine upload --verbose --skip-existing dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-py3-none-any.whl dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
224227

225228
# Prune the packages currently installed in the virtual environment down to the required

0 commit comments

Comments
 (0)