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 eb3ab41 commit 93ae4b2Copy full SHA for 93ae4b2
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ env:
35
python-version=["3.9", "3.13"]
36
os=["ubuntu-latest"]
37
on-workflow_dispatch-*: | # Manual trigger of the workflow
38
- jobs='["test", "build", "publish-test"]'
+ jobs=["test", "build", "publish-test"]
39
40
41
0 commit comments