diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38e486e7..5e83974d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,8 +257,6 @@ jobs: environment: pypi permissions: id-token: write - # if: github.event_name == 'release' && github.event.action == 'published' - # or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this) if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/download-artifact@v4 @@ -269,5 +267,3 @@ jobs: merge-multiple: true - uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # To test: repository-url: https://test.pypi.org/legacy/