@@ -120,7 +120,7 @@ jobs:
120120 run : python3 -m poetry build --format=sdist
121121 if : startsWith(matrix.os, 'ubuntu')
122122
123- - uses : astral-sh/setup-uv@v4
123+ - uses : astral-sh/setup-uv@v4 # required to use `uv` in cibuildwheel
124124
125125 - name : Build wheels
126126@@ -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 }}"
0 commit comments