adapting CD

This commit is contained in:
msramalho
2025-05-05 11:25:58 +01:00
parent 2130a33829
commit 743ca9c165

View File

@@ -79,6 +79,7 @@ jobs:
run: |
. .venv/bin/activate
${{ matrix.task.run }}
continue-on-error: ${{ matrix.task.name != 'Build' }}
- name: Upload package distribution files
if: matrix.task.name == 'Build'
@@ -96,7 +97,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [Build]
needs: [checks]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v1