File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 - " ~/data"
1313
1414 pre :
15- - mkdir -p ~/data/ ~/docker ${CIRCLE_TEST_REPORTS}/py2 ${CIRCLE_TEST_REPORTS}/py3
15+ - mkdir -p ${SCRATCH}/dist ~/data/ ~/docker ${CIRCLE_TEST_REPORTS}/py2 ${CIRCLE_TEST_REPORTS}/py3
1616 - mkdir -p $SCRATCH && sudo setfacl -d -m group:ubuntu:rwx $SCRATCH && sudo setfacl -m group:ubuntu:rwx $SCRATCH
1717 - mkdir -p $SCRATCH/py2 $SCRATCH/py3
1818 override :
@@ -38,4 +38,6 @@ deployment:
3838 commands :
3939 - sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'$CIRCLE_TAG'/" niworkflows/info.py
4040 - printf "[distutils]\nindex-servers =\n pypi\n\n[pypi]\nusername:$PYPI_USER\npassword:$PYPI_PASS\n" > ~/.pypirc
41- - python setup.py sdist upload -r pypi
41+ - python setup.py sdist
42+ - cp dist/* ${SCRATCH}/dist || true
43+ - python setup.py upload -r pypi
You can’t perform that action at this time.
0 commit comments