Updated ci
Some checks failed
Build on push / prepare (push) Successful in 8s
Build on push / core (push) Failing after 17s
Build on push / query (push) Failing after 18s

This commit is contained in:
2025-09-15 17:09:10 +02:00
parent 4719c32457
commit a1a312f261
2 changed files with 3 additions and 7 deletions

View File

@@ -15,15 +15,11 @@ jobs:
core: core:
needs: prepare needs: prepare
uses: ./.gitea/workflows/package.yaml uses: ./.gitea/workflows/package.yaml
defaults: working-directory: src/cpl_core
run:
working-directory: src/cpl_core
secrets: inherit secrets: inherit
query: query:
needs: prepare needs: prepare
uses: ./.gitea/workflows/package.yaml uses: ./.gitea/workflows/package.yaml
defaults: working-directory: src/cpl_query
run:
working-directory: src/cpl_query
secrets: inherit secrets: inherit

View File

@@ -40,7 +40,7 @@ jobs:
- name: Build Package - name: Build Package
run: | run: |
python -m build --sdist --wheel --outdir dist python -m build --outdir dist
- name: Login to registry git.sh-edraft.de - name: Login to registry git.sh-edraft.de
uses: https://github.com/docker/login-action@v1 uses: https://github.com/docker/login-action@v1