Commit 8ff3482a authored by Michael Davidsaver's avatar Michael Davidsaver

really fix tag release

parent 41f95c4a
......@@ -66,5 +66,5 @@ after_success:
- |
if [ "$TRAVIS_TAG" -a "$TWINE_USERNAME" ] ; then
echo "Deploying"
${PYTHON:-python} -m twine upload --skip-existing dist/*.tar.* dist/*.whl || true
${PYTHON:-python} -m twine upload --skip-existing dist/*.tar.* || true
fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment