We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cba83f commit 1935f9dCopy full SHA for 1935f9d
1 file changed
.github/workflows/ci.yml
@@ -149,7 +149,7 @@ jobs:
149
anaconda_token: ${{ secrets.anaconda_org_upload_token }}
150
151
publish_pure:
152
- needs: [publish]
+ needs: [test, docs]
153
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2 # zizmor: ignore[unpinned-uses]
154
with:
155
python-version: "3.13"
0 commit comments