Updated ci
This commit is contained in:
@@ -15,15 +15,11 @@ jobs:
|
|||||||
core:
|
core:
|
||||||
needs: prepare
|
needs: prepare
|
||||||
uses: ./.gitea/workflows/package.yaml
|
uses: ./.gitea/workflows/package.yaml
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: src/cpl_core
|
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:
|
|
||||||
run:
|
|
||||||
working-directory: src/cpl_query
|
working-directory: src/cpl_query
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user