Skip to content

Commit

Permalink
use manylinux 2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 14, 2024
1 parent e47bebd commit d1d129b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: aarch64-apple-darwin
profile: minimal
default: true
- name: Install protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -86,7 +79,6 @@ jobs:
run: |
sudo apt-get install qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross
gcc --version
export CC=gcc-aarch64-linux-gnu
- uses: actions/setup-python@v4
with:
python-version: 3.12
Expand All @@ -107,7 +99,7 @@ jobs:
uses: messense/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: auto
manylinux: 2_28
args: -i ${{ matrix.python-version }} --release --manifest-path crates/python/Cargo.toml --features grpc-web --out dist -i 3.8 3.9 3.10 3.11 3.12
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -166,11 +158,6 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v3
- name: Patch package metadata for grpc-web
working-directory: ./crates/python
run: |
pip install toml
python scripts/patch_package_name.py
# - name: Publish to PyPI
# uses: messense/maturin-action@v1
# with:
Expand Down

0 comments on commit d1d129b

Please sign in to comment.