summaryrefslogtreecommitdiff
path: root/.github/workflows/wheels.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/wheels.yml')
-rw-r--r--.github/workflows/wheels.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 2f6b59a2..1d29ca9f 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -176,13 +176,12 @@ jobs:
- name: Cache [libs]
uses: actions/cache@v3
- if: startsWith(runner.os, 'mac')
with:
path: |
libs/*.xz
libs/*.gz
libs/*.zip
- key: non-linux-libs
+ key: libs-${{ runner.os }}
- name: Build wheels
run: make sdist wheel