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