Skip to content

Commit 969b8b2

Browse files
chore: add script to patch during python only
1 parent 5277cd5 commit 969b8b2

File tree

4 files changed

+192
-58
lines changed

4 files changed

+192
-58
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: |
4747
pip install toml
4848
python scripts/patch_package_name.py
49+
cd ../..
50+
python crates/python/scripts/patch_hyper_proxy.py
4951
- name: Build wheels - universal2
5052
# universal2 supports both x86_64 and aarch64
5153
uses: messense/maturin-action@v1
@@ -85,6 +87,8 @@ jobs:
8587
run: |
8688
pip install toml
8789
python scripts/patch_package_name.py
90+
cd ../..
91+
python crates/python/scripts/patch_hyper_proxy.py
8892
- name: Build wheels
8993
uses: messense/maturin-action@v1
9094
with:
@@ -122,6 +126,8 @@ jobs:
122126
run: |
123127
pip install toml
124128
python scripts/patch_package_name.py
129+
cd ../..
130+
python crates/python/scripts/patch_hyper_proxy.py
125131
- name: Build sdist
126132
uses: messense/maturin-action@v1
127133
with:

0 commit comments

Comments
 (0)