Skip to content

Commit

Permalink
Update job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dime10 authored Jan 8, 2025
1 parent 414d174 commit df901fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

upload:
name: Prepare & Upload wheels to TestPyPI
needs: [linux-x86, macos-arm] # linux-aarch, macos-x86
needs: [linux-x86, macos-arm, linux-aarch] #, macos-x86
runs-on: ubuntu-22.04
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down

0 comments on commit df901fc

Please sign in to comment.