This commit is contained in:
Junya Morioka
2025-09-20 10:59:28 +09:00
parent ed9d2b1b1f
commit 26d894259f
+1 -4
View File
@@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
fetch-depth: 0
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -222,7 +219,7 @@ jobs:
name: Update Release Notes
needs:
# [build_wheels_linux, build_wheels_linux_self_hosted, build_wheels_windows]
[build_wheels_linux, build_wheels_windows]
[build_wheels_linux]
permissions:
contents: write
if: always()