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.
1 parent 724b540 commit 7d801a3Copy full SHA for 7d801a3
Makefile
@@ -20,4 +20,4 @@ update_install_twine:
20
python -m pip install --upgrade twine
21
22
upload_package: update_install_twine package
23
- python -m twine upload --repository testpypi dist/*
+ python -m twine upload dist/*
0 commit comments