add release command
This commit is contained in:
parent
ea144201a4
commit
32a1f09e26
2 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -10,3 +10,5 @@ build:
|
|||
# Upload package to PyPI
|
||||
upload:
|
||||
hatch publish
|
||||
release:
|
||||
hatch build && hatch publish
|
|
@ -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" },
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue