Skip to content

Commit 21fb3e9

Browse files
committed
fixing release workflow
1 parent c661a88 commit 21fb3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recorder-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: PyO3/maturin-action@v1
9191
with:
9292
command: build
93-
args: -m codetracer-python-recorder/Cargo.toml ${{ matrix.publish-args }}
93+
args: ${{ matrix.publish-args }}
9494
manylinux: ${{ matrix.manylinux }}
9595
before-script-linux: yum install -y capnproto
9696
working-directory: codetracer-python-recorder

0 commit comments

Comments
 (0)