Skip to content

Commit eda1a31

Browse files
committed
testing win
1 parent 6ce30b8 commit eda1a31

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.github/workflows/release_and_pypi.yml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,28 @@ jobs:
1313
name: Wait for build workflows
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Checkout code
17-
uses: actions/checkout@v3
16+
- name: Wait for Windows build
17+
uses: lewagon/[email protected]
18+
with:
19+
ref: ${{ github.ref }}
20+
check-name: "build_windows.yml"
21+
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
wait-interval: 10
23+
24+
- name: Wait for macOS build
25+
uses: lewagon/[email protected]
26+
with:
27+
ref: ${{ github.ref }}
28+
check-name: "build_macos.yml"
29+
repo-token: ${{ secrets.GITHUB_TOKEN }}
30+
wait-interval: 10
1831

19-
- name: Wait for other workflows to complete
32+
- name: Wait for Linux build
2033
uses: lewagon/[email protected]
2134
with:
2235
ref: ${{ github.ref }}
23-
check-name: "Build wheels on macos-14, Build wheels on Windows (x64), Build wheels on macos-13, Build wheels on Linux"
24-
repo-token: ${{ secrets.ACCESS_TOKEN }}
36+
check-name: "build_linux.yml"
37+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2538
wait-interval: 10
2639

2740
publish_to_testpypi:

0 commit comments

Comments
 (0)