Remove specific branch. Update 0.0.4
This commit is contained in:
parent
8e8421ff8d
commit
0492d736fd
@ -3,7 +3,6 @@ pipeline:
|
|||||||
image: python:latest
|
image: python:latest
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: [main, master]
|
|
||||||
commands:
|
commands:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install -U build --quiet
|
- pip install -U build --quiet
|
||||||
|
@ -3,7 +3,6 @@ pipeline:
|
|||||||
image: python:latest
|
image: python:latest
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: [main, master]
|
|
||||||
secrets: [ twine_username, twine_password ]
|
secrets: [ twine_username, twine_password ]
|
||||||
commands:
|
commands:
|
||||||
- python --version
|
- python --version
|
||||||
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "woodpecker-realstickman"
|
name = "woodpecker-realstickman"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="RealStickman", email="mrc@frm01.net" },
|
{ name="RealStickman", email="mrc@frm01.net" },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user