We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9af8b commit 13104fdCopy full SHA for 13104fd
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ env:
31
python-version=["3.9", "3.10", "3.11", "3.12", "3.13"]
32
os=["ubuntu-latest"]
33
on-push-branch-*: | # Push commits to other branches
34
- jobs=["test", "build", "publish-test"]
+ jobs=["test", "build"]
35
python-version=["3.9", "3.13"]
36
37
on-workflow_dispatch-*: | # Manual trigger of the workflow
0 commit comments