Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
fix travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques committed Jan 29, 2020
1 parent e11fb09 commit 82dd573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ matrix:
python: 3.6
env:
- TWINE_USERNAME=qiskit
- DEPENDENCY_BRANCH=$(if [[ "$TRAVIS_BRANCH" == stable* ]]; then echo "stable"; else echo "master"; fi)
install: pip install -U twine
script:
- python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit 82dd573

Please sign in to comment.