Skip to content

Commit 686b68e

Browse files
authored
fix: no longer need to patch metadata for grpc-web (#514)
1 parent 9ce760f commit 686b68e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/action-common-python-release/action.yml

-7
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ runs:
3333
target: ${{ inputs.rust-target }}
3434
profile: minimal
3535
default: true
36-
- name: Patch package metadata for grpc-web
37-
shell: bash
38-
if: inputs.package-name == 'qcs-sdk-python-grpc-web'
39-
run: |
40-
pip install toml
41-
python crates/python/scripts/patch_grpc_web.py
42-
cargo update hyper-proxy
4336

4437
# must be build or sdist
4538
- if: inputs.maturin-command == 'build'

0 commit comments

Comments
 (0)