Skip to content

Commit

Permalink
chore: add script to patch during python only
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Mar 19, 2024
1 parent 5277cd5 commit 969b8b2
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 58 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: |
pip install toml
python scripts/patch_package_name.py
cd ../..
python crates/python/scripts/patch_hyper_proxy.py
- name: Build wheels - universal2
# universal2 supports both x86_64 and aarch64
uses: messense/maturin-action@v1
Expand Down Expand Up @@ -85,6 +87,8 @@ jobs:
run: |
pip install toml
python scripts/patch_package_name.py
cd ../..
python crates/python/scripts/patch_hyper_proxy.py
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down Expand Up @@ -122,6 +126,8 @@ jobs:
run: |
pip install toml
python scripts/patch_package_name.py
cd ../..
python crates/python/scripts/patch_hyper_proxy.py
- name: Build sdist
uses: messense/maturin-action@v1
with:
Expand Down
Loading

0 comments on commit 969b8b2

Please sign in to comment.