Skip to content

Commit

Permalink
try auto selection of manylinux image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 13, 2024
1 parent 918ab83 commit 0ce0694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: messense/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: '2_28'
manylinux: auto
args: -i ${{ matrix.python-version }} --release --manifest-path crates/python/Cargo.toml --features grpc-web --out dist
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0ce0694

Please sign in to comment.