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