fix deploy-pr-to-spaces wheel link (#5016)

* change gh sha variable

* test

* remove log
This commit is contained in:
Hannah 2023-07-26 15:58:25 +01:00 committed by GitHub
parent 44ac8ad08d
commit 957979b113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
---
You can install the changes in this PR by running:
```bash
pip install https://gradio-builds.s3.amazonaws.com/${{ github.sha }}/gradio-${{ env.gradio_version }}-py3-none-any.whl
pip install https://gradio-builds.s3.amazonaws.com/${{ env.gh_sha }}/gradio-${{ env.gradio_version }}-py3-none-any.whl
```
comment_tag: All the demos for this PR have been deployed at