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 0bba8f8 commit 4eb2ff7Copy full SHA for 4eb2ff7
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