diff --git a/Makefile b/Makefile index e1d4516..1ffe972 100644 --- a/Makefile +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index 67577fd..67c4c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]