From b26c2a776734bf2ce582792cd88a53694b5692a9 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 1 Dec 2024 11:32:36 -0800 Subject: [PATCH] remove comments --- .github/workflows/python-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 2555c21a57..5571316857 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -142,7 +142,6 @@ jobs: if: startsWith(matrix.os, 'ubuntu') run: ls -lah dist/* && cp dist/* wheelhouse/ - # TODO: upload to SVN - uses: actions/upload-artifact@v4 with: name: "svn-release-candidate-${{ matrix.os }}" @@ -272,7 +271,6 @@ jobs: if: startsWith(matrix.os, 'ubuntu') run: ls -lah dist/* && cp dist/* wheelhouse/ - # TODO: upload to PyPi - uses: actions/upload-artifact@v4 with: name: "pypi-release-candidate-${{ matrix.os }}"