Skip to content

Commit

Permalink
different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 13, 2024
1 parent ce36974 commit 683a97c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,17 @@ jobs:
CXXFLAGS: "-std=c++11"
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
default: true
- name: Install dependencies
if: matrix.target == 'aarch64'
run: |
sudo apt-get install qemu-user gcc-aarch64-linux-gnu libc6-dev-arm64-cross
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: 3.12
architecture: x64
- name: Install protoc
uses: arduino/setup-protoc@v1
with:
Expand All @@ -110,7 +104,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: auto
args: -i ${{ matrix.python-version }} --release --manifest-path crates/python/Cargo.toml --features grpc-web --out dist
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
with:
Expand Down

0 comments on commit 683a97c

Please sign in to comment.