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