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:
renovate[bot] 2023-06-23 14:56:08 +01:00 committed by GitHub
parent 92d97d529e
commit 4a0e387e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}