diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef26c63..cdfaaeb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -63,7 +63,9 @@ environment: release-pypi if: github.event.action == 'published' runs-on: ubuntu-latest - needs: build-package + needs: + - build-package + - tests permissions: id-token: write