Skip to content

Commit

Permalink
Re-enable pushing to test PyPI
Browse files Browse the repository at this point in the history
Reverts e7bf545
  • Loading branch information
movermeyer committed Sep 13, 2024
1 parent 4b6cf8a commit 016ccee
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ jobs:
attestations: true

pre_publish_sanity_check:
# needs: [publish_to_test_pypi]
needs:
[pre_build_sanity_check, build_wheels, build_wheels_windows, build_sdist]
needs: [publish_to_test_pypi]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -295,12 +293,13 @@ jobs:
publish:
if: github.event_name == 'release'
needs: [
needs:
[
pre_build_sanity_check,
build_wheels,
build_wheels_windows,
build_sdist,
# publish_to_test_pypi,
publish_to_test_pypi,
pre_publish_sanity_check,
]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 016ccee

Please sign in to comment.