2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-18 12:50:30 +08:00
* fix

* fix again

* fix again

* fix again

* fix again
This commit is contained in:
pngwn 2023-06-29 14:19:29 +01:00 committed by GitHub
parent 16782b9b1f
commit fd6735b734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,10 @@ jobs:
npm_token: ${{ secrets.NPM_TOKEN }}
skip_build: 'true'
- name: Build packages
run: pnpm --filter @gradio/client --filter @gradio/lite build
run: |
. venv/bin/activate
pip install build
pnpm --filter @gradio/client --filter @gradio/lite build
- name: create and publish versions
id: changesets
uses: changesets/action@v1