mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Update makefile
This commit is contained in:
parent
007c256c5f
commit
928aaa12b6
9
Makefile
9
Makefile
|
@ -58,8 +58,13 @@ check:
|
||||||
pydocstyle examples/
|
pydocstyle examples/
|
||||||
|
|
||||||
publish: cythonize
|
publish: cythonize
|
||||||
# Create and upload build
|
# Merge release to master branch
|
||||||
python setup.py sdist upload
|
git checkout master
|
||||||
|
git merge --no-ff release/$(VERSION)
|
||||||
|
git commit -m 'Release $(VERSION)'
|
||||||
|
git push origin master
|
||||||
# Create and upload tag
|
# Create and upload tag
|
||||||
git tag -a $(VERSION) -m 'version $(VERSION)'
|
git tag -a $(VERSION) -m 'version $(VERSION)'
|
||||||
git push --tags
|
git push --tags
|
||||||
|
# Create and upload build
|
||||||
|
python setup.py sdist upload
|
||||||
|
|
Loading…
Reference in New Issue
Block a user