Skip to content

Commit ae44f54

Browse files
committed
comments
1 parent 08d0fe9 commit ae44f54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ jobs:
145145
if: startsWith(matrix.os, 'ubuntu')
146146
run: ls -lah dist/* && cp dist/* wheelhouse/
147147

148-
# TODO: upload to SVN
149148
- uses: actions/upload-artifact@v4
150149
with:
151150
name: "svn-release-candidate-${{ matrix.os }}"
@@ -253,7 +252,7 @@ jobs:
253252
run: python3 -m poetry build --format=sdist
254253
if: startsWith(matrix.os, 'ubuntu')
255254

256-
- uses: astral-sh/setup-uv@v4
255+
- uses: astral-sh/setup-uv@v4 # required to use `uv` in cibuildwheel
257256

258257
- name: Build wheels
259258
uses: pypa/[email protected]
@@ -278,7 +277,6 @@ jobs:
278277
if: startsWith(matrix.os, 'ubuntu')
279278
run: ls -lah dist/* && cp dist/* wheelhouse/
280279

281-
# TODO: upload to PyPi
282280
- uses: actions/upload-artifact@v4
283281
with:
284282
name: "pypi-release-candidate-${{ matrix.os }}"

0 commit comments

Comments
 (0)