Fix CI build file #10

Merged
raoul merged 1 commits from fix-release-workflow into master 2024-09-27 16:24:59 +00:00
Showing only changes of commit 201aa4b41a - Show all commits

View File

@ -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