We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci
1 parent fa9f72e commit 473ffb6Copy full SHA for 473ffb6
.github/workflows/default.yml
@@ -61,4 +61,6 @@ jobs:
61
password: ${{ secrets.PYPI_TOKEN }}
62
skip-existing: true
63
packages_dir: dist/
64
-
+ - uses: geekyeggo/delete-artifact@v5
65
+ with:
66
+ name: "artifact-cp${{ matrix.python-version }}-${{ matrix.os }}.tar.gz"
0 commit comments