We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634456a commit b26c2a7Copy full SHA for b26c2a7
.github/workflows/python-release.yml
@@ -142,7 +142,6 @@ jobs:
142
if: startsWith(matrix.os, 'ubuntu')
143
run: ls -lah dist/* && cp dist/* wheelhouse/
144
145
- # TODO: upload to SVN
146
- uses: actions/upload-artifact@v4
147
with:
148
name: "svn-release-candidate-${{ matrix.os }}"
@@ -272,7 +271,6 @@ jobs:
272
271
273
274
275
- # TODO: upload to PyPi
276
277
278
name: "pypi-release-candidate-${{ matrix.os }}"
0 commit comments