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 }}