Skip to content

Commit

Permalink
try explicitly setting interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 13, 2024
1 parent 97d8abe commit 99e3727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
# universal2 supports both x86_64 and aarch64
uses: messense/maturin-action@v1
with:
args: -i python --release --target universal2-apple-darwin --manifest-path crates/python/Cargo.toml --features grpc-web --out dist
args: -i python --release --target universal2-apple-darwin --manifest-path crates/python/Cargo.toml --features grpc-web --interpreter {matrix.python_version} --out dist
docker-options: -e CI
- name: Install wheel
run: |
pip install qcs-sdk-python --find-links dist --force-reinstall
Expand Down

0 comments on commit 99e3727

Please sign in to comment.