Skip to content

Commit 473ffb6

Browse files
committed
ci: upload fix
1 parent fa9f72e commit 473ffb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/default.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ jobs:
6161
password: ${{ secrets.PYPI_TOKEN }}
6262
skip-existing: true
6363
packages_dir: dist/
64-
64+
- uses: geekyeggo/delete-artifact@v5
65+
with:
66+
name: "artifact-cp${{ matrix.python-version }}-${{ matrix.os }}.tar.gz"

0 commit comments

Comments
 (0)