We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50141ce commit ef35c26Copy full SHA for ef35c26
.travis.yml
@@ -123,7 +123,7 @@ after_success:
123
if [ -n "$TRAVIS_TAG" ]; then
124
pip install twine;
125
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 ;
+ python -m twine upload --skip-existing ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl --repository-url $REPO -u $PYPI_USERNAME_TRAVIS -p $PYPI_PASSWORD_TRAVIS ;
127
echo "Deployed to PyPI.";
128
else
129
echo "Not deploying as not a tagged commit.";
0 commit comments