add release command

This commit is contained in:
Denis-Cosmin NUTIU 2023-06-03 16:24:06 +03:00
parent ea144201a4
commit 32a1f09e26
2 changed files with 4 additions and 2 deletions

View file

@ -9,4 +9,6 @@ build:
python -m build python -m build
# Upload package to PyPI # Upload package to PyPI
upload: upload:
hatch publish hatch publish
release:
hatch build && hatch publish

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "jekyll-to-hugo" name = "jekyll-to-hugo"
version = "0.0.2" version = "0.0.3"
authors = [ authors = [
{ name="Denis Nutiu", email="nuculabs@outlook.com" }, { name="Denis Nutiu", email="nuculabs@outlook.com" },
] ]