Update 0.0.6
This commit is contained in:
parent
f8e352cc07
commit
e15c733d15
@ -7,3 +7,4 @@ pipeline:
|
||||
- python --version
|
||||
- pip install -U build --quiet
|
||||
- python -m build
|
||||
- ls -l
|
||||
|
@ -7,6 +7,7 @@ pipeline:
|
||||
commands:
|
||||
- python --version
|
||||
- pip install -U twine --quiet
|
||||
- ls -l
|
||||
- python -m twine upload --skip-existing --repository testpypi -u $TWINE_USERNAME -p $TWINE_PASSWORD dist/*
|
||||
|
||||
depends_on:
|
||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "woodpecker-realstickman"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
authors = [
|
||||
{ name="RealStickman", email="mrc@frm01.net" },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user