From a1d8f4935b5cde6878c59fa64d0e13e00ca32c05 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 19 Dec 2024 13:04:49 +0000 Subject: [PATCH] removes spurious comment Update from PR review --- .github/workflows/python.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c0695da..83d46a1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -209,7 +209,6 @@ jobs: release: name: Release to PyPI runs-on: ubuntu-latest - # TODO Re-enable after first successful run if: "startsWith(github.ref, 'refs/tags/')" # TODO: add re-enable manylinux once earlier step is fixed # needs: [linux, musllinux, windows, macos, sdist]