Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Dec 8, 2023
1 parent 0ecc3a5 commit 4254cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
gradio cc install
gradio cc build --npm_install="pnpm i"
gradio cc publish --pypi_username=__token__ --pypi_password=${{ secrets.PYPI_TOKEN }} --upload_demo=False
gradio cc publish --pypi_username=__token__ --pypi_password=${{ secrets.PYPI_API_TOKEN }} --upload_demo=False

0 comments on commit 4254cc4

Please sign in to comment.