From d1d129bef8d1e6c06fceadb7b28d1c773a045d50 Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Thu, 14 Mar 2024 10:02:45 -0700 Subject: [PATCH] use manylinux 2_28 --- .github/workflows/release-python-grpc-web.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/release-python-grpc-web.yml b/.github/workflows/release-python-grpc-web.yml index 319b8b3d4..22e129353 100644 --- a/.github/workflows/release-python-grpc-web.yml +++ b/.github/workflows/release-python-grpc-web.yml @@ -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: @@ -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 @@ -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 @@ -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: