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 c661a88 commit 21fb3e9Copy full SHA for 21fb3e9
.github/workflows/recorder-release.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: PyO3/maturin-action@v1
91
with:
92
command: build
93
- args: -m codetracer-python-recorder/Cargo.toml ${{ matrix.publish-args }}
+ args: ${{ matrix.publish-args }}
94
manylinux: ${{ matrix.manylinux }}
95
before-script-linux: yum install -y capnproto
96
working-directory: codetracer-python-recorder
0 commit comments