Update makefile
This commit is contained in:
parent
0da9f2c6b5
commit
5e84f3145e
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ test-publish: cythonize
|
||||||
# Upload distributions to PyPI
|
# Upload distributions to PyPI
|
||||||
twine upload --repository testpypi dist/dependency-injector-$(VERSION)*
|
twine upload --repository testpypi dist/dependency-injector-$(VERSION)*
|
||||||
|
|
||||||
tag:
|
publish:
|
||||||
# Merge release to master branch
|
# Merge release to master branch
|
||||||
git checkout master
|
git checkout master
|
||||||
git merge --no-ff release/$(VERSION) -m "Merge branch 'release/$(VERSION)' into master"
|
git merge --no-ff release/$(VERSION) -m "Merge branch 'release/$(VERSION)' into master"
|
||||||
|
|
Loading…
Reference in New Issue