Skip to content

Commit

Permalink
ci: speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 23, 2024
1 parent 5a6347b commit ad10a25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/_build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Restore cached Primes
id: cache
uses: actions/cache@v4
with:
path: |
~\AppData\Local\pypa\cibuildwheel\Cache
~/Library/Caches/cibuildwheel
~/.cache/cibuildwheel
key: 'cibuildwheel-${{ runner.os }}-${{ matrix.cibw_arch }}-${{ matrix.cibw_build }}'
restore-keys: |
cibuildwheel-${{ runner.os }}-${{ matrix.cibw_arch }}
- uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit ad10a25

Please sign in to comment.