Remove specific branch. Update 0.0.4
Some checks failed
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/deploy unknown status
ci/woodpecker/tag/linting Pipeline failed

This commit is contained in:
RealStickman 2022-09-12 19:12:28 +02:00
parent 8e8421ff8d
commit 0492d736fd
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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" },
] ]