Skip to content

Commit

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

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

steps:
Expand Down Expand Up @@ -293,13 +295,12 @@ 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 e7bf545

Please sign in to comment.