Compare commits

..

1 Commits

Author SHA1 Message Date
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 2 deletions

View File

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