File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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@@ -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 }}"
You can’t perform that action at this time.
0 commit comments