FEAT: add PYPI python package release workflow on tag (#1628)
* add pypi worflow, pyproject types, package metadata, ignore python package build, docker build fails if poetry uses readme for python package * add pypi to release
This commit is contained in:
parent
0c3aabf77a
commit
e13a37c193
4 changed files with 21 additions and 0 deletions
|
|
@ -3,6 +3,13 @@ name = "lnbits"
|
|||
version = "0.12.6"
|
||||
description = "LNbits, free and open-source Lightning wallet and accounts system."
|
||||
authors = ["Alan Bits <alan@lnbits.com>"]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/lnbits/lnbits"
|
||||
homepage = "https://lnbits.com"
|
||||
packages = [
|
||||
{include = "lnbits"},
|
||||
{include = "lnbits/py.typed"},
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10 | ^3.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue