We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce760f commit 686b68eCopy full SHA for 686b68e
.github/action-common-python-release/action.yml
@@ -33,13 +33,6 @@ runs:
33
target: ${{ inputs.rust-target }}
34
profile: minimal
35
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
43
44
# must be build or sdist
45
- if: inputs.maturin-command == 'build'
0 commit comments