Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 10, 2024
1 parent 8daf46f commit 5217d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
name: Release
if: ${{ github.event.inputs.dry-run == 'false' }}
runs-on: ubuntu-24.04
needs: [linux, macos, sdist]
needs: [linux, macos]
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 5217d87

Please sign in to comment.