Skip to content

Commit 39641b6

Browse files
committed
ci: don't hardcode the release tag in mac CI workflow
1 parent 29086b3 commit 39641b6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci_metal.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ jobs:
3434
- name: Install Python dependencies
3535
run: pip install requests
3636

37-
- name: Configure + Build
38-
run: python -m scripts.build_all
39-
40-
- name: Upload Artifact
37+
- name: Build + Upload Artifact
4138
env:
4239
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
run: python -m scripts.upload_all --tag v3.1.0
40+
run: python -m scripts.ci

0 commit comments

Comments
 (0)