Skip to content

Commit cd3fab8

Browse files
authored
Merge pull request #8 from HDE/master
Update deploy.sh
2 parents 8486e03 + 4eb2ff7 commit cd3fab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +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

1313
python setup.py sdist upload

0 commit comments

Comments
 (0)