mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-22 13:36:15 +03:00
Update makefile
This commit is contained in:
parent
74ed545025
commit
91ea0399e0
6
Makefile
6
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)*
|
||||||
|
|
||||||
publish: cythonize
|
tag:
|
||||||
# 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"
|
||||||
|
@ -81,7 +81,3 @@ publish: cythonize
|
||||||
# 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 distributions
|
|
||||||
python setup.py sdist
|
|
||||||
# Upload distributions to PyPI
|
|
||||||
twine upload dist/dependency-injector-$(VERSION)*
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user