We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066e857 commit c8ec879Copy full SHA for c8ec879
.travis.yml
@@ -54,7 +54,10 @@ deploy:
54
user: wojcikstefan
55
password:
56
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)
62
on:
63
tags: true
- distributions: sdist bdist_wheel
- repo: MongoEngine/flask-mongoengine
0 commit comments