diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4d6c754..f048e7a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,6 +44,8 @@ jobs: make npm-publish python: name: Release Python + # Python logic requires the tag/release version to be available from GitHub + needs: release runs-on: ubuntu-latest steps: - name: Checkout