Skip to content

Commit 8a93604

Browse files
committed
Turn off latest build - only use HEAD
1 parent 1b89e1b commit 8a93604

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ jobs:
2525
build-commit: "HEAD"
2626
artifacts-name: "wheels"
2727

28-
macos-latest:
29-
if: "!startsWith(github.ref, 'refs/tags/')"
30-
uses: ./.github/workflows/wheels-macos.yml
31-
with:
32-
build-commit: "main"
33-
artifacts-name: "wheels-latest"
34-
35-
linux-latest:
36-
if: "!startsWith(github.ref, 'refs/tags/')"
37-
uses: ./.github/workflows/wheels-linux.yml
38-
with:
39-
build-commit: "main"
40-
artifacts-name: "wheels-latest"
41-
4228
release:
4329
name: Create Release
4430
runs-on: ubuntu-latest
@@ -55,7 +41,7 @@ jobs:
5541
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5642

5743
success:
58-
needs: [macos, linux, macos-latest, linux-latest]
44+
needs: [macos, linux, windows]
5945
runs-on: ubuntu-latest
6046
name: Wheels Successful
6147
steps:

0 commit comments

Comments
 (0)