Skip to content

Commit 09d517c

Browse files
authored
ci: remove Upload Package step in build workflow (#292)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent e9e2c20 commit 09d517c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ jobs:
3333

3434
- name: Build Package
3535
run: poetry build
36-
37-
- name: Upload Package
38-
uses: actions/upload-artifact@v4.6.2
39-
with:
40-
path: dist/*

0 commit comments

Comments
 (0)