Fix build and deploy. Update 0.0.5

This commit is contained in:
RealStickman 2022-09-12 19:15:18 +02:00
parent 0492d736fd
commit c4f6a0cf64
3 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ pipeline:
commands: commands:
- python --version - python --version
- pip install -U build --quiet - pip install -U build --quiet
- build - python -m build

View File

@ -7,7 +7,7 @@ pipeline:
commands: commands:
- python --version - python --version
- pip install -U twine --quiet - pip install -U twine --quiet
- twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/* - python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
depends_on: depends_on:
- build - build

View File

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