From 32a1f09e26159f2a87383b1fff72976cfafbb969 Mon Sep 17 00:00:00 2001 From: Denis-Cosmin NUTIU Date: Sat, 3 Jun 2023 16:24:06 +0300 Subject: [PATCH] add release command --- Makefile | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 04cad92..fdb5b25 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,6 @@ build: python -m build # Upload package to PyPI upload: - hatch publish \ No newline at end of file + hatch publish +release: + hatch build && hatch publish \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1734c75..83abb35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jekyll-to-hugo" -version = "0.0.2" +version = "0.0.3" authors = [ { name="Denis Nutiu", email="nuculabs@outlook.com" }, ]