Skip to content

Commit

Permalink
[ci] Fix releasing (taichi-dev#8609)
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu authored Dec 20, 2024
1 parent e038020 commit 0d3cf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
upload_to_pypi:
name: Upload release to PyPI
needs: [build_and_test_linux, build_and_test_mac, build_and_test_m1, build_and_test_windows]
needs: [build_and_test_linux, build_and_test_m1, build_and_test_windows]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0d3cf4d

Please sign in to comment.