Use manylinux in CI test (#692)

This commit is contained in:
Fangjun Kuang
2024-03-24 07:54:32 +08:00
committed by GitHub
parent e60c897ce7
commit 3cdad9b5d1
10 changed files with 122 additions and 87 deletions

View File

@@ -170,7 +170,7 @@ jobs:
# https://huggingface.co/docs/hub/spaces-github-actions
- name: Publish to huggingface
if: (github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa') && (github.event_name == 'push' && github.event_name == 'workflow_dispatch')
if: (github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa') && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
uses: nick-fields/retry@v3