CI: Fix workflow
This commit is contained in:
parent
21f1222085
commit
71b6cdc2bc
2 changed files with 3 additions and 4 deletions
|
@ -59,7 +59,8 @@ jobs:
|
|||
with:
|
||||
registry: "docker://${{ vars.REGISTRY }}/${{ vars.ORGANISATION }}"
|
||||
image: oidc-fastapi-test
|
||||
|
||||
tags: latest ${{ steps.version.outputs.version }}
|
||||
|
||||
- name: Build wheel
|
||||
run: uv build --wheel
|
||||
|
||||
|
@ -67,5 +68,3 @@ jobs:
|
|||
env:
|
||||
LOCAL_PYPI_TOKEN: ${{ secrets.LOCAL_PYPI_TOKEN }}
|
||||
run: uv publish --publish-url https://code.philo.ydns.eu/api/packages/philorg/pypi --token $LOCAL_PYPI_TOKEN
|
||||
|
||||
tags: latest ${{ steps.version.outputs.version }}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "oidc-fastapi-test"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue