Compare commits

...

2 Commits

Author SHA1 Message Date
raoul 387605fc41 Merge pull request 'Add a git pull to see if that helps' (#7) from try-git-pull into master
ci/woodpecker/push/woodpecker Pipeline was successful Details
Reviewed-on: #7
2022-06-13 15:02:46 +00:00
Raoul Snyman 5a282eb8bf Add a git pull to see if that helps
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
2022-06-13 08:01:41 -07:00
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ pipeline:
build:
image: python:3
commands:
- git fetch origin
- pip install -U pip wheel hatch hatch-vcs
- hatch build
when:
@ -16,6 +17,7 @@ pipeline:
release:
image: python:3
commands:
- git fetch origin
- pip install -U pip wheel hatch hatch-vcs
- hatch build
- hatch publish