Skip to content

Commit 35b0ad6

Browse files
authored
Update deploy.sh
1 parent 8d75322 commit 35b0ad6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

deploy.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ cat > ~/.pypirc << EOF
55
index-servers = pypi
66
77
[pypi]
8-
repository = https://pypi.python.org/pypi
9-
username = $PYPI_USERNAME
10-
password = $PYPI_PASSWORD
8+
repository: https://pypi.python.org/pypi
9+
username: ${PYPI_USERNAME}
10+
password: ${PYPI_PASSWORD}
1111
EOF
1212

13-
cat ~/.pypirc
1413
python setup.py sdist upload

0 commit comments

Comments
 (0)