Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Dec 1, 2024
1 parent 634456a commit b26c2a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit b26c2a7

Please sign in to comment.