diff options
author | Gauvain Pocentek <gauvainpocentek@gmail.com> | 2019-02-22 13:56:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 13:56:09 +0100 |
commit | 39cb97d0f15b675f308a052f0c4856d467971f14 (patch) | |
tree | 59d9c1051576afcb6df8149bf0cb529e5b0f8f6c | |
parent | a4ea0fe6b91d856b30d25c9f0f71ef9cae8f3f08 (diff) | |
parent | b4e818db7887ff1ec337aaf392b5719f3931bc61 (diff) | |
download | gitlab-39cb97d0f15b675f308a052f0c4856d467971f14.tar.gz |
Merge pull request #706 from python-gitlab/chore/ci-existing-release
chore(ci): don't try to publish existing release
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6b18f8b..e96e86f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,4 @@ deploy: distributions: sdist bdist_wheel on: tags: true + skip_existing: true |