Hasan Iqbal
commited on
HF Deploy need PyPI deploy in main.yml
Browse files
.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
|