Skip to content

Commit 7a27517

Browse files
committed
Only upload tar
1 parent 4639203 commit 7a27517

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/env bash
22

33
export PATH=$TRAVIS_BUILD_DIR/miniconda/bin:$PATH
4-
source activate test-env
54

65
pip install twine
76
python setup.py sdist
87

9-
twine upload dist/* -u leonardt -p $PYPI_PASSWORD
8+
twine upload dist/*.tar.gz -u leonardt -p $PYPI_PASSWORD

0 commit comments

Comments
 (0)