From 93fd9c14c98d689f50e72264a494aa69f96850c9 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 29 Nov 2021 02:35:08 +0100 Subject: [PATCH] PublishOnPyPI: do not delete artifact --- .github/workflows/PublishOnPyPI.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/PublishOnPyPI.yml b/.github/workflows/PublishOnPyPI.yml index 948f0c5..650463c 100644 --- a/.github/workflows/PublishOnPyPI.yml +++ b/.github/workflows/PublishOnPyPI.yml @@ -50,8 +50,3 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: twine upload dist/* - - - name: 🗑️ Delete packaging Artifacts - uses: geekyeggo/delete-artifact@v1 - with: - name: ${{ inputs.artifact }}