We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd7efd commit 53ac105Copy full SHA for 53ac105
test/_App/UploadPyPi.cmd
@@ -41,5 +41,5 @@ if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... ) else
41
:gotAdmin
42
43
:: Execute commands
44
-cmd /k "cd ../ & Scripts\activate & cd %realPath% & cd ../../ & pip install -U pip setuptools twine & python setup.py sdist & twine upload --repository dist/*"
+cmd /k "cd ../ & Scripts\activate & cd %realPath% & cd ../../ & pip install -U pip setuptools twine & python setup.py sdist & twine upload --repository pypi dist/*"
45
:: --------------------
0 commit comments