CI: Fix workflow
All checks were successful
/ build (push) Successful in 16s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-01-10 23:51:21 +01:00
parent 21f1222085
commit 71b6cdc2bc
2 changed files with 3 additions and 4 deletions

View file

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

View file

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