Hasan Iqbal commited on
Commit
80f5eba
·
unverified ·
1 Parent(s): d90f925

HF Deploy need PyPI deploy in main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +1 -0
.github/workflows/main.yaml CHANGED
@@ -47,6 +47,7 @@ jobs:
47
  huggingface_deploy:
48
  name: Deploy to Hugging Face
49
  runs-on: ubuntu-latest
 
50
  if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
51
  steps:
52
  - name: Check out code
 
47
  huggingface_deploy:
48
  name: Deploy to Hugging Face
49
  runs-on: ubuntu-latest
50
+ needs: pypi_deploy
51
  if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
52
  steps:
53
  - name: Check out code