Skip to content

Commit

Permalink
Merge pull request #642 from edx/waheed/skip-pypi-deploy
Browse files Browse the repository at this point in the history
Skip Pypi deploy if already exists.
  • Loading branch information
waheedahmed authored Dec 31, 2019
2 parents e6fa5cf + 34a44b4 commit 1b8d350
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 @@ -88,6 +88,7 @@ deploy:
- provider: pypi
user: edx
distributions: sdist bdist_wheel
skip_existing: true
on:
tags: true
python: 3.5
Expand Down

0 comments on commit 1b8d350

Please sign in to comment.