diff --git a/.woodpecker/release.yml b/.woodpecker/release.yml index 825c581..d6ddd90 100644 --- a/.woodpecker/release.yml +++ b/.woodpecker/release.yml @@ -8,4 +8,4 @@ pipeline: - python --version - pip install -U build twine --quiet - 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/* diff --git a/pyproject.toml b/pyproject.toml index e2c1529..fd6af77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "woodpecker-realstickman" -version = "0.0.9" +version = "0.0.10" authors = [ { name="RealStickman", email="mrc@frm01.net" }, ] @@ -23,8 +23,8 @@ dependencies = [ ] [project.urls] -"Homepage" = "" -"Bug Tracker" = "" +"Homepage" = "https://gitea.exu.li/woodpecker-test/python" +"Bug Tracker" = "https://gitea.exu.li/woodpecker-test/python/issues" [tool.hatch.build] include = [