Compare commits
1 Commits
8cb267f8fa
...
5a282eb8bf
Author | SHA1 | Date | |
---|---|---|---|
5a282eb8bf |
@ -9,7 +9,7 @@ pipeline:
|
||||
build:
|
||||
image: python:3
|
||||
commands:
|
||||
- git fetch origin master
|
||||
- git fetch origin
|
||||
- pip install -U pip wheel hatch hatch-vcs
|
||||
- hatch build
|
||||
when:
|
||||
@ -17,7 +17,7 @@ pipeline:
|
||||
release:
|
||||
image: python:3
|
||||
commands:
|
||||
- git fetch origin master
|
||||
- git fetch origin
|
||||
- pip install -U pip wheel hatch hatch-vcs
|
||||
- hatch build
|
||||
- hatch publish
|
||||
|
Loading…
Reference in New Issue
Block a user