Skip to content

Commit

Permalink
Remove patchelf dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Nov 18, 2024
1 parent 45814db commit 91ad8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-hub-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
else
if [[ -f "Cargo.toml" && -f "pyproject.toml" ]]; then
echo "Publishing $dir using maturin..."
pip3 install "maturin[patchelf]"
pip3 install maturin
if [[ "${{ matrix.platform }}" == "ubuntu-latest" ]]; then
maturin publish --skip-existing --zig
else
Expand Down

0 comments on commit 91ad8f8

Please sign in to comment.