removed templates
Code Quality Pipeline / code-quality (pull_request) Failing after 17s
Test Python Package / test (pull_request) Successful in 15s
Type Check / type-check (pull_request) Successful in 22s

This commit is contained in:
Brian Bjarke Jensen
2025-08-28 21:19:17 +02:00
parent 97f48122cc
commit 10fc399746
9 changed files with 89 additions and 95 deletions
+7 -10
View File
@@ -8,19 +8,16 @@ on:
- "v*.*.*"
jobs:
setup-python:
name: Setup Python
uses: ./.gitea/workflows/setup-python.yml
with:
python-version: ${{ vars.PYTHON_VERSION }}
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: ./.gitea/workflows/setup-python.yml
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ vars.PYTHON_VERSION }}
python-version: ${{ inputs.python-version }}
- name: Install uv
run: pip install uv
@@ -34,7 +31,7 @@ jobs:
- name: Build package
run: |
uv pip install build --system
uv sync --no-dev
uv build
- name: Publish to Gitea Package Registry