From 72278fee1d9cfb095a37d3c82aec66cbc767fe41 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 29 Nov 2021 23:13:12 +0100 Subject: [PATCH] PublishOnPyPI: delete artifact --- .github/workflows/PublishOnPyPI.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/PublishOnPyPI.yml b/.github/workflows/PublishOnPyPI.yml index 04cca8f..44dd83a 100644 --- a/.github/workflows/PublishOnPyPI.yml +++ b/.github/workflows/PublishOnPyPI.yml @@ -56,3 +56,8 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: twine upload dist/*.whl + + - name: 🗑️ Delete packaging Artifacts + uses: geekyeggo/delete-artifact@v1 + with: + name: ${{ inputs.artifact }}