Skip to content

Commit c8ec879

Browse files
committed
tweak .travis.yml
1 parent 066e857 commit c8ec879

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ deploy:
5454
user: wojcikstefan
5555
password:
5656
secure: ZShEfSeu1pUHPGWtO5JAERp3nkG1omFIDxz/N+qNEJGwIRxXH6S0E17p9jaRAwrBY11F6ecajOgz1E1ICovYf8IitOP8I/CyieF6EPV7Bv4PZyKJdWGzT/Edjrt+wAjY7Kwlr2Gkh9Tu1lChZcWvhyMVPYCgqyA2yP0W2b9kC4Y=
57+
58+
# create a source distribution and a pure python wheel for faster installs
59+
distributions: "sdist bdist_wheel"
60+
61+
# only deploy on tagged commits (aka GitHub releases)
5762
on:
5863
tags: true
59-
distributions: sdist bdist_wheel
60-
repo: MongoEngine/flask-mongoengine

0 commit comments

Comments
 (0)