File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 11build-wheel : &build-wheel
22 working_directory : /work
33 steps :
4- - checkout
5- - run :
6- name : build wheel
7- command : bash /work/ci/build-wheels.sh
8- - run :
9- name : upload
10- command : |
11- if [ $CIRCLE_TAG ]; then source /work/ci/deploy.sh; fi
12-
4+ - checkout
5+ - run :
6+ name : build wheel
7+ command : bash /work/ci/build-wheels.sh
8+ - run :
9+ name : upload
10+ command : |
11+ if [ $CIRCLE_TAG ]; then source /work/ci/deploy.sh; fi
12+ - store_artifacts :
13+ path : wheelhouse/
1314test : &test
1415 working_directory : ~/bencoder.pyx
1516 steps :
@@ -43,7 +44,6 @@ test_pypy: &test_pypy
4344 command : |
4445 tox -e ${CIRCLE_JOB}
4546
46-
4747version : 2
4848jobs :
4949 #
@@ -148,7 +148,6 @@ jobs:
148148 - image : quay.io/pypa/manylinux1_i686
149149 << : *build-wheel
150150
151-
152151workflows :
153152 version : 2
154153 test_and_build :
You can’t perform that action at this time.
0 commit comments