Skip to content

Commit d186252

Browse files
craig8poorva1209
authored andcommitted
Remove artifact upload step from CI workflow
1 parent 0f8c48a commit d186252

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,3 @@ jobs:
102102

103103
- name: Build packages
104104
run: pixi run build
105-
106-
- name: Upload artifacts
107-
uses: actions/upload-artifact@v4
108-
with:
109-
name: dist-${{ github.sha }}
110-
path: dist/
111-
retention-days: 30

0 commit comments

Comments
 (0)