|
4 | 4 | workflow_dispatch: |
5 | 5 | inputs: |
6 | 6 | publish_to_test_pypi: |
7 | | - description: 'Publish to test PyPI' |
| 7 | + description: "Publish to test PyPI" |
8 | 8 | required: false |
9 | 9 | default: false |
10 | 10 | type: boolean |
11 | 11 | publish_to_pypi: |
12 | | - description: 'Publish to PyPI' |
| 12 | + description: "Publish to PyPI" |
13 | 13 | required: false |
14 | 14 | default: false |
15 | 15 | type: boolean |
16 | 16 | version: |
17 | | - description: 'Version to publish' |
| 17 | + description: "Version to publish" |
18 | 18 | required: false |
19 | 19 | type: string |
20 | 20 |
|
21 | 21 | workflow_call: |
22 | 22 | inputs: |
23 | 23 | publish_to_test_pypi: |
24 | | - description: 'Publish to test PyPI' |
| 24 | + description: "Publish to test PyPI" |
25 | 25 | required: false |
26 | 26 | default: false |
27 | 27 | type: boolean |
28 | 28 | publish_to_pypi: |
29 | | - description: 'Publish to PyPI' |
| 29 | + description: "Publish to PyPI" |
30 | 30 | required: false |
31 | 31 | default: false |
32 | 32 | type: boolean |
33 | 33 | version: |
34 | | - description: 'Version to publish' |
| 34 | + description: "Version to publish" |
35 | 35 | required: false |
36 | 36 | type: string |
37 | 37 |
|
|
66 | 66 | matrix: |
67 | 67 | platform: |
68 | 68 | - { os: linux, runner: blacksmith-4vcpu-ubuntu-2404, target: x86_64 } |
69 | | - - { os: linux, runner: blacksmith-4vcpu-ubuntu-2404-arm, target: aarch64 } |
70 | | - - { os: windows, runner: 8core-32gb-windows-latest, target: x64 } |
| 69 | + - { |
| 70 | + os: linux, |
| 71 | + runner: blacksmith-4vcpu-ubuntu-2404-arm, |
| 72 | + target: aarch64, |
| 73 | + } |
| 74 | + - { os: windows, runner: blacksmith-8vcpu-windows-2025, target: x64 } |
71 | 75 | - { os: macos, runner: macos-14, target: x86_64 } |
72 | 76 | - { os: macos, runner: macos-14, target: aarch64 } |
73 | 77 |
|
@@ -176,7 +180,7 @@ jobs: |
176 | 180 | - name: Generate artifact attestation |
177 | 181 | uses: actions/attest-build-provenance@v1 |
178 | 182 | with: |
179 | | - subject-path: 'wheels-*/*' |
| 183 | + subject-path: "wheels-*/*" |
180 | 184 |
|
181 | 185 | - name: Publish to test PyPI |
182 | 186 | if: ${{ inputs.publish_to_test_pypi }} |
|
0 commit comments