Skip to content

Commit 0ba6a2b

Browse files
committed
does that trick work for macos too?
1 parent d1d129b commit 0ba6a2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-python-grpc-web.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
needs: [is-python-release, should-publish-wheels]
3232
env:
3333
CXXFLAGS: "-std=c++11 -stdlib=libc++"
34-
strategy:
35-
matrix:
36-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3734
steps:
3835
- uses: actions/checkout@v2
3936
- uses: actions/setup-python@v4
@@ -53,7 +50,7 @@ jobs:
5350
# universal2 supports both x86_64 and aarch64
5451
uses: messense/maturin-action@v1
5552
with:
56-
args: -i python --release --target universal2-apple-darwin --manifest-path crates/python/Cargo.toml --features grpc-web --out dist
53+
args: -i 3.8 3.9 3.10 3.11 3.12 --release --target universal2-apple-darwin --manifest-path crates/python/Cargo.toml --features grpc-web --out dist
5754
docker-options: -e CI
5855
- name: Install wheel
5956
run: |

0 commit comments

Comments
 (0)