add release command
This commit is contained in:
parent
ea144201a4
commit
32a1f09e26
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
|
@ -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" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue