You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*||echo'Twine Test Upload Failed: Try temporarily incrementing the minor version number if you are getting a "400 File already exists"'
64
64
else
65
65
# Get API token from .pypirc file
66
-
twine upload --verbose -r testpypi dist/*
66
+
twine upload --verbose -r testpypi dist/*||echo'Twine Test Upload Failed: Try temporarily incrementing the minor version number if you are getting a "400 File already exists"'
0 commit comments