Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
.github/workflows/code_analysis.yml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
name: Code Analysis
|
2 |
on:
|
3 |
push:
|
4 |
-
pull_request:
|
5 |
workflow_dispatch:
|
6 |
permissions:
|
7 |
contents: read
|
|
|
1 |
name: Code Analysis
|
2 |
on:
|
3 |
push:
|
|
|
4 |
workflow_dispatch:
|
5 |
permissions:
|
6 |
contents: read
|
.github/workflows/docker.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Docker Images
|
2 |
on:
|
3 |
-
workflow_dispatch:
|
4 |
push:
|
|
|
5 |
permissions:
|
6 |
contents: read
|
7 |
packages: write
|
|
|
1 |
name: Docker Images
|
2 |
on:
|
|
|
3 |
push:
|
4 |
+
workflow_dispatch:
|
5 |
permissions:
|
6 |
contents: read
|
7 |
packages: write
|
.github/workflows/github.yaml
CHANGED
@@ -2,11 +2,13 @@ name: GitHub Release
|
|
2 |
on:
|
3 |
workflow_dispatch:
|
4 |
push:
|
5 |
-
tags:
|
6 |
-
- "[0-9]+.[0-9]+.[0-9]+"
|
7 |
-
- "[0-9]+.[0-9]+.[0-9]+a[0-9]+"
|
8 |
-
- "[0-9]+.[0-9]+.[0-9]+b[0-9]+"
|
9 |
-
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
|
|
|
|
|
10 |
env:
|
11 |
PACKAGE_NAME: vocalizr
|
12 |
OWNER: AlphaSphereDotAI
|
@@ -39,14 +41,14 @@ jobs:
|
|
39 |
exit 1
|
40 |
fi
|
41 |
setup_and_build:
|
42 |
-
needs: [details]
|
43 |
runs-on: ubuntu-latest
|
44 |
steps:
|
45 |
- name: Checkout Code
|
46 |
uses: actions/[email protected]
|
47 |
- name: Setup UV
|
48 |
uses: ./.github/actions/uv
|
49 |
-
- name: Update Project Version
|
50 |
run: uv version ${{ needs.details.outputs.new_version }}
|
51 |
- name: Build source and wheel distribution
|
52 |
run: uv build --all-packages
|
@@ -57,7 +59,7 @@ jobs:
|
|
57 |
path: dist/
|
58 |
github_release:
|
59 |
name: Create GitHub Release
|
60 |
-
needs: [setup_and_build, details]
|
61 |
runs-on: ubuntu-latest
|
62 |
steps:
|
63 |
- name: Checkout Code
|
|
|
2 |
on:
|
3 |
workflow_dispatch:
|
4 |
push:
|
5 |
+
# tags:
|
6 |
+
# - "[0-9]+.[0-9]+.[0-9]+"
|
7 |
+
# - "[0-9]+.[0-9]+.[0-9]+a[0-9]+"
|
8 |
+
# - "[0-9]+.[0-9]+.[0-9]+b[0-9]+"
|
9 |
+
# - "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
|
10 |
+
branches:
|
11 |
+
- main
|
12 |
env:
|
13 |
PACKAGE_NAME: vocalizr
|
14 |
OWNER: AlphaSphereDotAI
|
|
|
41 |
exit 1
|
42 |
fi
|
43 |
setup_and_build:
|
44 |
+
needs: [ details ]
|
45 |
runs-on: ubuntu-latest
|
46 |
steps:
|
47 |
- name: Checkout Code
|
48 |
uses: actions/[email protected]
|
49 |
- name: Setup UV
|
50 |
uses: ./.github/actions/uv
|
51 |
+
- name: Update Project Version
|
52 |
run: uv version ${{ needs.details.outputs.new_version }}
|
53 |
- name: Build source and wheel distribution
|
54 |
run: uv build --all-packages
|
|
|
59 |
path: dist/
|
60 |
github_release:
|
61 |
name: Create GitHub Release
|
62 |
+
needs: [ setup_and_build, details ]
|
63 |
runs-on: ubuntu-latest
|
64 |
steps:
|
65 |
- name: Checkout Code
|