Skip to content

Commit

Permalink
update normal CI release [CI SKIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
olofvndrhr committed Feb 12, 2023
1 parent 928a19f commit 5885b52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .woodpecker/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ clone:
image: woodpeckerci/plugin-git:v1.6.0
when:
event: tag
branch: master

pipeline:

Expand All @@ -23,6 +24,7 @@ pipeline:
pull: true
when:
event: tag
branch: master
commands:
- python3 -m hatch build --clean

Expand All @@ -32,6 +34,7 @@ pipeline:
pull: true
when:
event: tag
branch: master
commands:
- bash get_release_notes.sh ${CI_COMMIT_TAG}

Expand All @@ -41,6 +44,7 @@ pipeline:
pull: true
when:
event: tag
branch: master
settings:
api_key:
from_secret: gitea-olofvndrhr-token
Expand All @@ -55,6 +59,7 @@ pipeline:
pull: true
when:
event: tag
branch: master
settings:
api_key:
from_secret: github-olofvndrhr-token
Expand All @@ -68,6 +73,7 @@ pipeline:
pull: true
when:
event: tag
branch: master
secrets:
- source: pypi_username
target: HATCH_INDEX_USER
Expand Down

0 comments on commit 5885b52

Please sign in to comment.