Skip to content

Commit

Permalink
Try to change dependency order
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Jan 5, 2024
1 parent e188e9a commit 7be654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [linux, windows, macos, sdist]
needs: [sdist, macos, linux, windows]
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7be654a

Please sign in to comment.