We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b89e1b commit 8a93604Copy full SHA for 8a93604
.github/workflows/wheels.yml
@@ -25,20 +25,6 @@ jobs:
25
build-commit: "HEAD"
26
artifacts-name: "wheels"
27
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
37
- uses: ./.github/workflows/wheels-linux.yml
38
39
40
41
42
release:
43
name: Create Release
44
runs-on: ubuntu-latest
@@ -55,7 +41,7 @@ jobs:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
57
success:
58
- needs: [macos, linux, macos-latest, linux-latest]
+ needs: [macos, linux, windows]
59
45
60
46
name: Wheels Successful
61
47
steps:
0 commit comments