Skip to content

Commit

Permalink
chore: skip patck metadata for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Apr 4, 2024
1 parent 2e9a6e8 commit b93821a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
- uses: snok/install-poetry@v1
with:
virtualenvs-in-project: true
- name: Patch package metadata for grpc-web
run: |
pip install toml
python scripts/ci_publish_grpc_web.py
cargo update hyper-proxy
# - name: Patch package metadata for grpc-web
# run: |
# pip install toml
# python scripts/ci_publish_grpc_web.py
- name: "Build"
run: |
poetry build --no-interaction
Expand Down

0 comments on commit b93821a

Please sign in to comment.