Skip to content

Commit

Permalink
Add makefile target for updating the DataLad build helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jun 15, 2020
1 parent 5d64f44 commit da5b936
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Expand Up @@ -12,3 +12,11 @@ release-pypi:
$(PYTHON) setup.py sdist
python setup.py bdist_wheel --universal
twine upload dist/*

update-buildsupport:
git subtree pull \
-m "Update DataLad build helper" \
--squash \
--prefix _datalad_build_support \
https://github.com/datalad/datalad-buildsupport.git \
master

0 comments on commit da5b936

Please sign in to comment.