We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277cd5 commit 969b8b2Copy full SHA for 969b8b2
.github/workflows/release-python-grpc-web.yml
@@ -46,6 +46,8 @@ jobs:
46
run: |
47
pip install toml
48
python scripts/patch_package_name.py
49
+ cd ../..
50
+ python crates/python/scripts/patch_hyper_proxy.py
51
- name: Build wheels - universal2
52
# universal2 supports both x86_64 and aarch64
53
uses: messense/maturin-action@v1
@@ -85,6 +87,8 @@ jobs:
85
87
86
88
89
90
91
92
- name: Build wheels
93
94
with:
@@ -122,6 +126,8 @@ jobs:
122
126
123
127
124
128
129
130
125
131
- name: Build sdist
132
133
0 commit comments