Skip to content

Commit 53ac105

Browse files
committed
Update UploadPyPi.cmd
1 parent 9bd7efd commit 53ac105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_App/UploadPyPi.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... ) else
4141
:gotAdmin
4242

4343
:: 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/*"
44+
cmd /k "cd ../ & Scripts\activate & cd %realPath% & cd ../../ & pip install -U pip setuptools twine & python setup.py sdist & twine upload --repository pypi dist/*"
4545
:: --------------------

0 commit comments

Comments
 (0)