Add version make directive
This commit is contained in:
12
Makefile
12
Makefile
@ -38,10 +38,16 @@ build/source:
|
||||
build/wheel:
|
||||
python -m build --wheel
|
||||
|
||||
build/patch:
|
||||
bump-my-version
|
||||
patch:
|
||||
bump-my-version bump patch
|
||||
|
||||
release: clean build/source build/patch
|
||||
minor:
|
||||
bump-my-version bump minor
|
||||
|
||||
major:
|
||||
bump-my-version bump major
|
||||
|
||||
release: clean build/source build/wheel
|
||||
twine upload dist/*
|
||||
|
||||
lint/flake8: ## check style with flake8
|
||||
|
@ -36,7 +36,7 @@ dependencies = [
|
||||
"Bug Reports" = "https://git.72.lv/eriks/api_client/issues"
|
||||
"Funding" = "https://donate.pypi.org"
|
||||
"Say Thanks!" = "http://saythanks.io/to/example"
|
||||
"Source" = "https://git.72.lv/eriks/api_client/"
|
||||
"Source" = "https://git.72.lv/eriks/api_client"
|
||||
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
Reference in New Issue
Block a user