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