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 8d75322 commit 35b0ad6Copy full SHA for 35b0ad6
deploy.sh
@@ -5,10 +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
-cat ~/.pypirc
14
python setup.py sdist upload
0 commit comments