From f2206a0ba9d8762ea7b860c6e476e3c3ee509ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Thu, 19 Dec 2024 19:23:14 +0100 Subject: [PATCH] Remove skip-existing in TestPyPI --- .github/workflows/releasing.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/releasing.yaml b/.github/workflows/releasing.yaml index e6aed89..5363611 100644 --- a/.github/workflows/releasing.yaml +++ b/.github/workflows/releasing.yaml @@ -79,8 +79,6 @@ jobs: # TODO: Re-enable attestations once PyPI supports reusable workflows # Source: https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2504200656 attestations: false - # TODO: Remove after v0.1.2 is successfully published - skip-existing: true - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: