Look at verbose output
Some checks failed
ci/woodpecker/tag/linting Pipeline failed
ci/woodpecker/tag/release Pipeline failed

This commit is contained in:
RealStickman 2022-09-12 19:27:45 +02:00
parent 637f2f0ff3
commit 2b0c6323c3
2 changed files with 2 additions and 2 deletions

View File

@ -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-url https://test.pypi.org/legacy/ -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/* - python -m twine upload --skip-existing --repository testpypi --verbose -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "woodpecker-realstickman" name = "woodpecker-realstickman"
version = "0.0.8" version = "0.0.9"
authors = [ authors = [
{ name="RealStickman", email="mrc@frm01.net" }, { name="RealStickman", email="mrc@frm01.net" },
] ]