Skip to content

Commit ef35c26

Browse files
author
Raymond Yang
authored
Update travis credential
1 parent 50141ce commit ef35c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ after_success:
123123
if [ -n "$TRAVIS_TAG" ]; then
124124
pip install twine;
125125
pip install pyOpenSSL ndg-httpsclient pyasn1 || true;
126-
python -m twine upload --skip-existing ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl --repository-url $REPO -u $PYPI_USERNAME -p $PYPI_PASSWORD ;
126+
python -m twine upload --skip-existing ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl --repository-url $REPO -u $PYPI_USERNAME_TRAVIS -p $PYPI_PASSWORD_TRAVIS ;
127127
echo "Deployed to PyPI.";
128128
else
129129
echo "Not deploying as not a tagged commit.";

0 commit comments

Comments
 (0)