We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29086b3 commit 39641b6Copy full SHA for 39641b6
1 file changed
.github/workflows/ci_metal.yaml
@@ -34,10 +34,7 @@ jobs:
34
- name: Install Python dependencies
35
run: pip install requests
36
37
- - name: Configure + Build
38
- run: python -m scripts.build_all
39
-
40
- - name: Upload Artifact
+ - name: Build + Upload Artifact
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- run: python -m scripts.upload_all --tag v3.1.0
+ run: python -m scripts.ci
0 commit comments