add wheel install instructions to PR comment (#4890)

* change

* change

* change
This commit is contained in:
pngwn 2023-07-12 11:28:24 +01:00 committed by GitHub
parent 4bf301324b
commit fd3837df3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,13 @@ jobs:
with:
message: |
All the demos for this PR have been deployed at ${{ env.SPACE_URL }}
---
You can install the changes in this PR by running:
```bash
pip install ${{ env.wheel_name }}
```
comment_tag: All the demos for this PR have been deployed at
GITHUB_TOKEN: ${{ secrets.COMMENT_TOKEN }}
pr_number: ${{ env.pr_number }}