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 cccb888 commit 8ecfd8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 --npm-install="pnpm i"
gradio cc build
gradio cc publish --pypi_username=__token__ --pypi_password=${{ secrets.PYPI_API_TOKEN }} --upload_demo=False
gradio cc publish --pypi-username=__token__ --pypi-password=${{ secrets.PYPI_API_TOKEN }} --upload-demo=False
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"main_changeset": true,
"exports": {
".": "./index.svelte",
".": "./Index.svelte",
"./package.json": "./package.json",
"./example": "./example/index.ts"
}
}
}

0 comments on commit 8ecfd8f

Please sign in to comment.