Merge pull request 'Add a git pull to see if that helps' (#7) from try-git-pull into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #7
This commit is contained in:
commit
387605fc41
@ -9,6 +9,7 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
|
- 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:
|
||||||
@ -16,6 +17,7 @@ pipeline:
|
|||||||
release:
|
release:
|
||||||
image: python:3
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user