We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8486e03 + 4eb2ff7 commit cd3fab8Copy full SHA for cd3fab8
1 file changed
deploy.sh
@@ -5,9 +5,9 @@ cat > ~/.pypirc << EOF
5
index-servers = pypi
6
7
[pypi]
8
-repository=https://pypi.python.org/pypi
9
-username=${PYPI_USERNAME}
10
-password=${PYPI_PASSWORD}
+repository = https://pypi.python.org/pypi
+username = ${PYPI_USERNAME}
+password = ${PYPI_PASSWORD}
11
EOF
12
13
python setup.py sdist upload
0 commit comments