Fix CI build file
This commit is contained in:
parent
53b28e2937
commit
201aa4b41a
@ -1,4 +1,4 @@
|
|||||||
pipeline:
|
steps:
|
||||||
# tests:
|
# tests:
|
||||||
# image: python:3
|
# image: python:3
|
||||||
# commands:
|
# commands:
|
||||||
@ -21,8 +21,10 @@ pipeline:
|
|||||||
- pip install -U pip wheel hatch hatch-vcs
|
- pip install -U pip wheel hatch hatch-vcs
|
||||||
- hatch build
|
- hatch build
|
||||||
- hatch publish
|
- hatch publish
|
||||||
secrets:
|
environment:
|
||||||
- hatch_pypi_user
|
HATCH_INDEX_USER:
|
||||||
- hatch_pypi_auth
|
from_secret: hatch_pypi_user
|
||||||
|
HATCH_INDEX_AUTH:
|
||||||
|
from_secret: hatch_pypi_auth
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user