Merge pull request 'Fix CI build file' (#10) from fix-release-workflow into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/release/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

Reviewed-on: #10
This commit is contained in:
raoul 2024-09-27 16:24:58 +00:00
commit 8fa772267c

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