Update 0.0.6
This commit is contained in:
parent
f8e352cc07
commit
e15c733d15
@ -7,3 +7,4 @@ pipeline:
|
|||||||
- python --version
|
- python --version
|
||||||
- pip install -U build --quiet
|
- pip install -U build --quiet
|
||||||
- python -m build
|
- python -m build
|
||||||
|
- ls -l
|
||||||
|
@ -7,6 +7,7 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -U twine --quiet
|
- pip install -U twine --quiet
|
||||||
|
- ls -l
|
||||||
- python -m 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:
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "woodpecker-realstickman"
|
name = "woodpecker-realstickman"
|
||||||
version = "0.0.5"
|
version = "0.0.6"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="RealStickman", email="mrc@frm01.net" },
|
{ name="RealStickman", email="mrc@frm01.net" },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user