Update makefile

This commit is contained in:
Roman Mogylatov 2020-07-01 23:15:55 -04:00
parent 74ed545025
commit 91ea0399e0

View File

@ -73,7 +73,7 @@ test-publish: cythonize
# Upload distributions to PyPI
twine upload --repository testpypi dist/dependency-injector-$(VERSION)*
publish: cythonize
tag:
# Merge release to master branch
git checkout master
git merge --no-ff release/$(VERSION) -m "Merge branch 'release/$(VERSION)' into master"
@ -81,7 +81,3 @@ publish: cythonize
# Create and upload tag
git tag -a $(VERSION) -m 'version $(VERSION)'
git push --tags
# Create distributions
python setup.py sdist
# Upload distributions to PyPI
twine upload dist/dependency-injector-$(VERSION)*