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

@ -10,3 +10,5 @@ build:
# Upload package to PyPI
upload:
hatch publish
release:
hatch build && hatch publish

View file

@ -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" },
]