Skip to content

Commit 69e1e18

Browse files
committed
Deploy source distribution from Linux Python 3.8 CI build to PyPI
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 2956a38 commit 69e1e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ set -ev
77

88
if [[ $TRAVIS_OS_NAME = 'osx' ]]; then
99
${PYTHON:-python} -m twine upload --skip-existing dist/*.whl
10-
elif [[ $TRAVIS_OS_NAME = 'linux' && $TRAVIS_PYTHON_VERSION = '3.7' ]]; then
10+
elif [[ $TRAVIS_OS_NAME = 'linux' && $TRAVIS_PYTHON_VERSION = '3.8' ]]; then
1111
${PYTHON:-python} -m twine upload --skip-existing dist/*.tar.gz
1212
fi

0 commit comments

Comments
 (0)