File tree Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Expand file tree Collapse file tree 3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ jobs:
22
22
#
23
23
py27 :
24
24
docker :
25
- - image : circleci/ python:2.7
25
+ - image : python:2.7
26
26
<< : *test
27
27
py35 :
28
28
docker :
29
- - image : circleci/ python:3.5
29
+ - image : python:3.5
30
30
<< : *test
31
31
py36 :
32
32
docker :
33
- - image : circleci/ python:3.6
33
+ - image : python:3.6
34
34
<< : *test
35
35
py37 :
36
36
docker :
37
- - image : circleci/ python:3.7
37
+ - image : python:3.7
38
38
<< : *test
39
39
py38 :
40
40
docker :
41
- - image : circleci/ python:3.8
41
+ - image : python:3.8
42
42
<< : *test
43
43
pypy :
44
44
docker :
Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ matrix:
13
13
- docker
14
14
- os : osx
15
15
language : generic
16
- osx_image : xcode6.4
17
- - os : osx
18
- language : generic
19
- osx_image : xcode11
20
16
21
17
script :
22
- - pip install cibuildwheel==1.0.0
18
+ - python -m pip install cibuildwheel==1.0.0 twine
23
19
- cibuildwheel --output-dir wheelhouse
24
20
25
21
after_success :
26
22
- ls wheelhouse/
27
- - if [ $TRAVIS_TAG ]; then source ci/deploy.sh ; fi
23
+ - if [ $TRAVIS_TAG ]; then twine upload --username whtsky --password $PYPI_PASSWORD wheelhouse/bencoder*.whl ; fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments