Skip to content

Commit 4e42302

Browse files
authored
Update deploy.sh
1 parent cd3fab8 commit 4e42302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ index-servers = pypi
66
77
[pypi]
88
repository = https://pypi.python.org/pypi
9-
username = ${PYPI_USERNAME}
10-
password = ${PYPI_PASSWORD}
9+
username = $PYPI_USERNAME
10+
password = $PYPI_PASSWORD
1111
EOF
1212

1313
python setup.py sdist upload

0 commit comments

Comments
 (0)