Skip to content

Commit

Permalink
Only upload tar
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Aug 11, 2023
1 parent 4639203 commit 7a27517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env bash

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

pip install twine
python setup.py sdist

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

0 comments on commit 7a27517

Please sign in to comment.