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 4b6cf8a commit 016cceeCopy full SHA for 016ccee
.github/workflows/publish.yml
@@ -231,9 +231,7 @@ jobs:
231
attestations: true
232
233
pre_publish_sanity_check:
234
- # needs: [publish_to_test_pypi]
235
- needs:
236
- [pre_build_sanity_check, build_wheels, build_wheels_windows, build_sdist]
+ needs: [publish_to_test_pypi]
237
runs-on: ubuntu-latest
238
239
steps:
@@ -295,12 +293,13 @@ jobs:
295
293
296
294
publish:
297
if: github.event_name == 'release'
298
- needs: [
+ needs:
+ [
299
pre_build_sanity_check,
300
build_wheels,
301
build_wheels_windows,
302
build_sdist,
303
- # publish_to_test_pypi,
+ publish_to_test_pypi,
304
pre_publish_sanity_check,
305
]
306
0 commit comments