Skip to content

Commit b26c2a7

Browse files
committed
remove comments
1 parent 634456a commit b26c2a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
if: startsWith(matrix.os, 'ubuntu')
143143
run: ls -lah dist/* && cp dist/* wheelhouse/
144144

145-
# TODO: upload to SVN
146145
- uses: actions/upload-artifact@v4
147146
with:
148147
name: "svn-release-candidate-${{ matrix.os }}"
@@ -272,7 +271,6 @@ jobs:
272271
if: startsWith(matrix.os, 'ubuntu')
273272
run: ls -lah dist/* && cp dist/* wheelhouse/
274273

275-
# TODO: upload to PyPi
276274
- uses: actions/upload-artifact@v4
277275
with:
278276
name: "pypi-release-candidate-${{ matrix.os }}"

0 commit comments

Comments
 (0)