travis deploy releases

This commit is contained in:
Casper da Costa-Luis 2019-03-01 21:19:48 +00:00
parent 2660a0a140
commit 34feafe73b
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 17 additions and 1 deletions

View File

@ -13,8 +13,24 @@ matrix:
env: TOXENV=py36
- python: 3.7
dist: xenial
sudo: true
sudo: true # required for py37
env: TOXENV=py37
before_deploy:
- pip install py-make
- pymake build # releases
#- pip install .[dev]
#- pymake submodules
#- cd wiki && pymake && cd ..
deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: dist/tqdm-*.whl*
skip_cleanup: true
draft: true
name: "tqdm v$TRAVIS_TAG stable"
on:
tags: true
- python: pypy2.7-5.10.0
env: TOXENV=pypy
- python: pypy3.5-5.10.0