Skip to content

Commit

Permalink
try again without gcc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 15, 2024
1 parent 17fbd63 commit 5cd07f6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release Python with grpc-web clients
on:
release:
types: [published]
push:
branches:
- 'grpc-web-rc'
workflow_dispatch:
description: "Manually publish release"
inputs:
Expand Down Expand Up @@ -145,8 +148,8 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v3
- name: Publish to PyPI
uses: messense/maturin-action@v1
with:
command: upload
args: --skip-existing wheels-grpc-web/*
# - name: Publish to PyPI
# uses: messense/maturin-action@v1
# with:
# command: upload
# args: --skip-existing wheels-grpc-web/*

0 comments on commit 5cd07f6

Please sign in to comment.