Skip to content

Commit 016ccee

Browse files
committed
Re-enable pushing to test PyPI
Reverts e7bf545
1 parent 4b6cf8a commit 016ccee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,7 @@ jobs:
231231
attestations: true
232232

233233
pre_publish_sanity_check:
234-
# needs: [publish_to_test_pypi]
235-
needs:
236-
[pre_build_sanity_check, build_wheels, build_wheels_windows, build_sdist]
234+
needs: [publish_to_test_pypi]
237235
runs-on: ubuntu-latest
238236

239237
steps:
@@ -295,12 +293,13 @@ jobs:
295293
296294
publish:
297295
if: github.event_name == 'release'
298-
needs: [
296+
needs:
297+
[
299298
pre_build_sanity_check,
300299
build_wheels,
301300
build_wheels_windows,
302301
build_sdist,
303-
# publish_to_test_pypi,
302+
publish_to_test_pypi,
304303
pre_publish_sanity_check,
305304
]
306305
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)