We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3150c commit 3ace192Copy full SHA for 3ace192
.github/workflows/arazzo-runner-pypi.yaml
@@ -57,7 +57,7 @@ jobs:
57
build
58
--user
59
- name: Build a binary wheel and a source tarball
60
- run: python3 -m build runner/arazzo_runner
+ run: python3 -m build runner
61
- name: Store the distribution packages
62
uses: actions/upload-artifact@v4
63
with:
0 commit comments