From e1baf644bdd3769e3dffd90109966472ba8b6536 Mon Sep 17 00:00:00 2001 From: Twilio Date: Fri, 24 Jan 2020 00:17:08 -0800 Subject: [PATCH] fix: travis update for autodeploy --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 490e7e9..5cb941c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ deploy: user: __token__ password: secure: $PYPI_TOKEN + edge: true + distributions: sdist bdist_wheel on: branch: master condition: "$TRAVIS_TEST_RESULT = 0"