mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Fix ci again again again (#5332)
* fix changelog generation * fix changelog generation * fix * fix script * fix script * fix vars
This commit is contained in:
parent
0b018c43a5
commit
f6e387d4fb
4
.github/workflows/publish-npm.yml
vendored
4
.github/workflows/publish-npm.yml
vendored
@ -45,6 +45,10 @@ jobs:
|
||||
- name: publish to pypi
|
||||
if: steps.changesets.outputs.hasChangesets != 'true'
|
||||
uses: "gradio-app/github/actions/publish-pypi@main"
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWSACCESSKEYID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}
|
||||
AWS_DEFAULT_REGION: us-west-2
|
||||
with:
|
||||
user: __token__
|
||||
passwords: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user