g
This commit is contained in:
parent
2bf168476a
commit
772c4a94fb
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ steps:
|
|||
commands:
|
||||
- uv build --wheel
|
||||
- uv cache prune --ci
|
||||
|
||||
|
||||
push_python:
|
||||
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||
environment:
|
||||
|
@ -35,7 +35,7 @@ steps:
|
|||
REGISTRY_TOKEN:
|
||||
from_secret: registry_token
|
||||
commands:
|
||||
- uv publish --publish-url $REGISTRY_URL/api/packages/$OWNER/pypi -u __token__ --token REGISTRY_TOKEN dist/*.whl
|
||||
- uv publish --publish-url $REGISTRY_URL/api/packages/$OWNER/pypi --token REGISTRY_TOKEN dist/*.whl
|
||||
failure: ignore
|
||||
|
||||
# TODO: container
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "test-woodpecker-ci"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue