diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d49411..c1cf211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,8 @@ jobs: build: name: Build + # Only package code whose tests passed on every Python in the matrix. + needs: ci runs-on: ubuntu-latest permissions: contents: read