feat: upgrade all Spaces to hyperview==0.3.1 from PyPI, remove vendoring #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy HF Space - Imagenette CLIP HyCoCLIP | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - spaces/imagenette-clip-hycoclip/** | |
| - .github/workflows/deploy-hf-space-imagenette.yml | |
| - .github/workflows/deploy-hf-space-reusable.yml | |
| repository_dispatch: | |
| types: [pypi-release] | |
| workflow_dispatch: | |
| concurrency: | |
| group: deploy-hf-space-imagenette | |
| cancel-in-progress: false | |
| jobs: | |
| deploy: | |
| uses: ./.github/workflows/deploy-hf-space-reusable.yml | |
| with: | |
| source_dir: spaces/imagenette-clip-hycoclip | |
| space_id: hyper3labs/HyperView | |
| secrets: inherit |