Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Dec 8, 2023
1 parent cdc9042 commit 0093969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
node-version: 18
cache: pnpm
cache-dependency-path: frontend/pnpm-lock.yaml
- name: Install gradio
- name: Install gradio build
run: python -m pip install gradio
- name: Build pr package
run: |
gradio cc install --npm-install="pnpm i"
gradio cc build
gradio cc publish --pypi-username=__token__ --pypi-password=${{ secrets.PYPI_API_TOKEN }}
gradio cc publish --pypi-username=__token__ --pypi-password=${{ secrets.PYPI_API_TOKEN }} --no-upload-demo

0 comments on commit 0093969

Please sign in to comment.