Skip to content

Commit 3ace192

Browse files
fixing build path
1 parent 1d3150c commit 3ace192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arazzo-runner-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
build
5858
--user
5959
- name: Build a binary wheel and a source tarball
60-
run: python3 -m build runner/arazzo_runner
60+
run: python3 -m build runner
6161
- name: Store the distribution packages
6262
uses: actions/upload-artifact@v4
6363
with:

0 commit comments

Comments
 (0)