File tree Expand file tree Collapse file tree 5 files changed +1
-60
lines changed
Expand file tree Collapse file tree 5 files changed +1
-60
lines changed Original file line number Diff line number Diff line change 11name : Linux x86_64
22
33on :
4- pull_request :
5- branches :
6- - 4.x
7- - 5.x
8- paths-ignore :
9- - ' .github/workflows/build_wheels_linux_arm.yml'
10- - ' .github/workflows/build_wheels_windows*'
11- - ' .github/workflows/build_wheels_macos*'
12- release :
13- types : [published, edited]
14- schedule :
15- - cron : ' 0 3 * * 6'
164 workflow_dispatch :
175
186
@@ -217,7 +205,7 @@ jobs:
217205 - uses : actions/download-artifact@v4
218206 with :
219207 path : wheelhouse/
220-
208+
221209 - name : Upload all wheels
222210 run : |
223211 python -m pip install twine
Original file line number Diff line number Diff line change 11name : Linux ARM64
22
33on :
4- pull_request :
5- branches :
6- - 4.x
7- - 5.x
8- paths-ignore :
9- - ' .github/workflows/build_wheels_linux.yml'
10- - ' .github/workflows/build_wheels_windows*'
11- - ' .github/workflows/build_wheels_macos*'
12- release :
13- types : [published, edited]
14- schedule :
15- - cron : ' 0 3 * * 6'
164 workflow_dispatch :
175
186
Original file line number Diff line number Diff line change 11name : macOS x86_64
22
33on :
4- pull_request :
5- branches :
6- - 4.x
7- - 5.x
8- paths-ignore :
9- - ' .github/workflows/build_wheels_linux*'
10- - ' .github/workflows/build_wheels_windows*'
11- - ' .github/workflows/build_wheels_macos_m1.yml'
12- release :
13- types : [published, edited]
14- schedule :
15- - cron : ' 0 3 * * 6'
164 workflow_dispatch :
175
186
Original file line number Diff line number Diff line change 11name : macOS ARM64
22
33on :
4- pull_request :
5- branches :
6- - 4.x
7- - 5.x
8- paths-ignore :
9- - ' .github/workflows/build_wheels_linux*'
10- - ' .github/workflows/build_wheels_windows*'
11- - ' .github/workflows/build_wheels_macos.yml'
12- release :
13- types : [published, edited]
14- schedule :
15- - cron : ' 0 3 * * 6'
164 workflow_dispatch :
175
186
Original file line number Diff line number Diff line change 11name : Windows x86_64
22
33on :
4- pull_request :
5- branches :
6- - 4.x
7- - 5.x
8- paths-ignore :
9- - ' .github/workflows/build_wheels_linux*'
10- - ' .github/workflows/build_wheels_macos*'
11- release :
12- types : [published, edited]
13- schedule :
14- - cron : ' 0 3 * * 6'
154 workflow_dispatch :
165
176
You can’t perform that action at this time.
0 commit comments