It was probably missing URLs
This commit is contained in:
parent
2b0c6323c3
commit
dd8da23874
@ -8,4 +8,4 @@ pipeline:
|
|||||||
- python --version
|
- python --version
|
||||||
- pip install -U build twine --quiet
|
- pip install -U build twine --quiet
|
||||||
- python -m build
|
- python -m build
|
||||||
- python -m twine upload --skip-existing --repository testpypi --verbose -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
- python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "woodpecker-realstickman"
|
name = "woodpecker-realstickman"
|
||||||
version = "0.0.9"
|
version = "0.0.10"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="RealStickman", email="mrc@frm01.net" },
|
{ name="RealStickman", email="mrc@frm01.net" },
|
||||||
]
|
]
|
||||||
@ -23,8 +23,8 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = ""
|
"Homepage" = "https://gitea.exu.li/woodpecker-test/python"
|
||||||
"Bug Tracker" = ""
|
"Bug Tracker" = "https://gitea.exu.li/woodpecker-test/python/issues"
|
||||||
|
|
||||||
[tool.hatch.build]
|
[tool.hatch.build]
|
||||||
include = [
|
include = [
|
||||||
|
Loading…
Reference in New Issue
Block a user