diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66f9e9d..4194193 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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