Skip to content

Commit b25ec53

Browse files
ah just remove it, screw it
1 parent 3d4a620 commit b25ec53

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -217,24 +217,13 @@ jobs:
217217
with:
218218
python-version: 3.x
219219

220-
- uses: actions/cache@v4
221-
with:
222-
path: |
223-
~/.cargo/registry/
224-
~/.cargo/git/
225-
key: ${{ runner.os }}-cargo-wheels-${{ matrix.platform.target }}-${{ hashFiles('**/Cargo.lock') }}
226-
restore-keys: |
227-
${{ runner.os }}-cargo-wheels-${{ matrix.platform.target }}-
228-
${{ runner.os }}-cargo-wheels-
229-
230220
- name: Build wheels
231221
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380
232222
with:
233223
target: ${{ matrix.platform.target }}
234224
args: --release --out dist --find-interpreter
235225
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
236226
manylinux: auto
237-
docker-options: -v /home/runner/.cargo/registry:/root/.cargo/registry -v /home/runner/.cargo/git:/root/.cargo/git
238227

239228
- name: Upload wheels
240229
uses: actions/upload-artifact@v4
@@ -260,24 +249,13 @@ jobs:
260249
with:
261250
python-version: 3.x
262251

263-
- uses: actions/cache@v4
264-
with:
265-
path: |
266-
~/.cargo/registry/
267-
~/.cargo/git/
268-
key: ${{ runner.os }}-cargo-wheels-${{ matrix.platform.target }}-${{ hashFiles('**/Cargo.lock') }}
269-
restore-keys: |
270-
${{ runner.os }}-cargo-wheels-${{ matrix.platform.target }}-
271-
${{ runner.os }}-cargo-wheels-
272-
273252
- name: Build wheels
274253
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380
275254
with:
276255
target: ${{ matrix.platform.target }}
277256
args: --release --out dist --find-interpreter
278257
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
279258
manylinux: musllinux_1_2
280-
docker-options: -v /home/runner/.cargo/registry:/root/.cargo/registry -v /home/runner/.cargo/git:/root/.cargo/git
281259

282260
- name: Upload wheels
283261
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)