File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,15 @@ install:
13
13
# the whole repo, and not just the last 50 commits.
14
14
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then git fetch --unshallow; fi
15
15
script : tox
16
- after_success :
17
- - pip wheel --no-deps -w dist .
18
- - python setup.py sdist
19
16
before_deploy :
20
- - export ZIP=$(ls dist/booleanOperations*.zip)
21
- - export WHL=$(ls dist/booleanOperations*.whl)
17
+ - python setup.py sdist bdist_wheel
22
18
deploy :
23
19
# deploy to Github Releases on tags
24
20
- provider : releases
25
21
api_key :
26
22
secure : H2rz0E/GjRrRmvf6EYWv7Fyu+y4qU+InGiYlQ6xoyrjmMFCTYiPNW0ysu8893JFILusfO48zzEix7HcumQXtJU16XYwqft9eiWIGzSlP1krusmpQ0yTnuy9wEQcd7fXLEQDfiVZpJxWpC1TtsuIdDqpSUFcHDg4hlvn1IIh+6HwRP6+M5Mprze087ydBCKkO4CvqR4olC7bkSPorRtqUsiUHlUxYFS+R75a8ghqVQbky7ew9/r90zljCBFwYTPEv9tQ7OxnAQiUaAYojceThsBrNP1lH83tOoqB2FkKr9I5dxi5gqNuUsJHh3QK0V59oQCxU+iVFYfrlIZHTBQ+2caxIeWm2k9RkMXXkbg1LyfpORt+5L+NcFNE4WT0DTlYrKnpW+jrak0LEWaI97+15uHahph3vOJgaZrTFvRQZUJTWCNcji2jGbZg+O3pS1Vtd1xEgJ1TcrkOYLYBMrVOywbuQL4sXofLxH3I5RwAenkgm5TwxtuiNxpUkqlEhzJ+GYwWtfb7/qtcLIK7Xn6cDdsQG6XYQMVt+HpCKgRLlrQC8si6l+jZBEtJ7o4IKeYbtybFCe5H3V0jnRFRyncPPdpBavqJ093Pr7fGLvmZuHl551WRtyPlBN4aMGsqvqUSjwr/TxsX5zZ1tQ4QTN2YTmCdeUO6P/fwTBf5p0F3QFo8=
27
- file :
28
- - " ${ZIP}"
29
- - " ${WHL}"
23
+ file_glob : true
24
+ file : " dist/*"
30
25
skip_cleanup : true
31
26
on :
32
27
repo : typemytype/booleanOperations
You can’t perform that action at this time.
0 commit comments