Merge pull request 'Fix CI build file' (#10) from fix-release-workflow into master
Reviewed-on: #10
This commit is contained in:
commit
8fa772267c
@ -1,4 +1,4 @@
|
||||
pipeline:
|
||||
steps:
|
||||
# tests:
|
||||
# image: python:3
|
||||
# commands:
|
||||
@ -21,8 +21,10 @@ pipeline:
|
||||
- pip install -U pip wheel hatch hatch-vcs
|
||||
- hatch build
|
||||
- hatch publish
|
||||
secrets:
|
||||
- hatch_pypi_user
|
||||
- hatch_pypi_auth
|
||||
environment:
|
||||
HATCH_INDEX_USER:
|
||||
from_secret: hatch_pypi_user
|
||||
HATCH_INDEX_AUTH:
|
||||
from_secret: hatch_pypi_auth
|
||||
when:
|
||||
event: tag
|
||||
|
Loading…
Reference in New Issue
Block a user