mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
chore(deps): update pypa/gh-action-pypi-publish digest to 3be882c (#4600)
* chore(deps): update pypa/gh-action-pypi-publish digest to 3be882c * fix action version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pngwn <hello@pngwn.io>
This commit is contained in:
parent
92d97d529e
commit
4a0e387e7b
2
.github/workflows/deploy-client-pypi.yml
vendored
2
.github/workflows/deploy-client-pypi.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
run: |
|
||||
client/python/scripts/build_pypi.sh
|
||||
- name: Publish package
|
||||
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
|
||||
uses: pypa/gh-action-pypi-publish@3be882c473b35162143effc2be2455999c59fc06
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_GRADIO_CLIENT_TOKEN }}
|
||||
|
2
.github/workflows/deploy-pypi.yml
vendored
2
.github/workflows/deploy-pypi.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
export AWS_DEFAULT_REGION=us-west-2
|
||||
scripts/gh_action_pypi.sh
|
||||
- name: Publish package
|
||||
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user