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