|
39 | 39 | - name: Check format |
40 | 40 | run: cargo fmt --all -- --check |
41 | 41 |
|
42 | | - # check: |
43 | | - # name: Check |
44 | | - # needs: [format] |
45 | | - # strategy: |
46 | | - # matrix: |
47 | | - # platform: |
48 | | - # - runner: ubuntu-latest |
49 | | - # target: x86_64 |
50 | | - # toolchain: [stable] |
51 | | - # features: [cjk] |
52 | | - # runs-on: ${{ matrix.platform.runner }} |
53 | | - # steps: |
54 | | - # - name: Run checkout |
55 | | - # uses: actions/checkout@v4 |
56 | | - |
57 | | - # - name: Install toolchain |
58 | | - # uses: dtolnay/rust-toolchain@v1 |
59 | | - # with: |
60 | | - # toolchain: ${{ matrix.toolchain }} |
61 | | - # components: rustfmt, clippy |
62 | | - |
63 | | - # - name: Run check |
64 | | - # run: cargo check --features "${{ matrix.features }}" |
65 | | - |
66 | 42 | test: |
67 | 43 | name: Test |
68 | 44 | needs: [format] |
|
119 | 95 | with: |
120 | 96 | target: ${{ matrix.platform.target }} |
121 | 97 | args: --release --out dist --find-interpreter --features=cjk |
122 | | - sccache: 'false' |
| 98 | + sccache: "false" |
123 | 99 | manylinux: auto |
124 | 100 | before-script-linux: "yum install openssl-devel devtoolset-10-libatomic-devel perl-IPC-Cmd -y" |
125 | 101 |
|
@@ -154,7 +130,7 @@ jobs: |
154 | 130 | with: |
155 | 131 | target: ${{ matrix.platform.target }} |
156 | 132 | args: --release --out dist --find-interpreter --features=cjk |
157 | | - sccache: 'false' |
| 133 | + sccache: "false" |
158 | 134 | manylinux: auto |
159 | 135 | before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y" |
160 | 136 |
|
@@ -193,7 +169,7 @@ jobs: |
193 | 169 | with: |
194 | 170 | target: ${{ matrix.platform.target }} |
195 | 171 | args: --release --out dist --find-interpreter --features=cjk |
196 | | - sccache: 'false' |
| 172 | + sccache: "false" |
197 | 173 | manylinux: musllinux_1_2 |
198 | 174 | before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y" |
199 | 175 |
|
@@ -229,7 +205,7 @@ jobs: |
229 | 205 | with: |
230 | 206 | target: ${{ matrix.platform.target }} |
231 | 207 | args: --release --out dist --find-interpreter --features=cjk |
232 | | - sccache: 'false' |
| 208 | + sccache: "false" |
233 | 209 |
|
234 | 210 | - name: Upload wheels |
235 | 211 | uses: actions/upload-artifact@v4 |
@@ -262,7 +238,7 @@ jobs: |
262 | 238 | with: |
263 | 239 | target: ${{ matrix.platform.target }} |
264 | 240 | args: --release --out dist --find-interpreter --features=cjk |
265 | | - sccache: 'false' |
| 241 | + sccache: "false" |
266 | 242 |
|
267 | 243 | - name: Upload wheels |
268 | 244 | uses: actions/upload-artifact@v4 |
@@ -307,7 +283,7 @@ jobs: |
307 | 283 | - name: Generate artifact attestation |
308 | 284 | uses: actions/attest-build-provenance@v2 |
309 | 285 | with: |
310 | | - subject-path: 'wheels-*/*' |
| 286 | + subject-path: "wheels-*/*" |
311 | 287 |
|
312 | 288 | - name: Publish to PyPI |
313 | 289 | if: ${{ startsWith(github.ref, 'refs/tags/') }} |
|
0 commit comments