We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 022e5c5 + 69d8204 commit 2c9a277Copy full SHA for 2c9a277
1 file changed
.github/workflows/pypi-wheels.yml
@@ -115,7 +115,8 @@ jobs:
115
-DCMAKE_POSITION_INDEPENDENT_CODE=ON &&
116
cmake --build /tmp/amrex/build -j$(nproc) &&
117
cmake --install /tmp/amrex/build &&
118
- tar czf /output/deps.tar.gz /usr/local ;
+ mkdir -p /project/.cibw-deps-cache &&
119
+ tar czf /project/.cibw-deps-cache/deps.tar.gz /usr/local ;
120
fi
121
122
# Ensure each Python version has cmake >= 3.28 (needed by AMReX)
@@ -152,11 +153,6 @@ jobs:
152
153
--exclude libgfortran.so.5
154
--exclude libquadmath.so.0
155
- - name: Rescue Cache Tarball
156
- run: |
157
- mkdir -p .cibw-deps-cache
158
- mv wheelhouse/deps.tar.gz .cibw-deps-cache/ || true
159
-
160
- name: Upload wheels as artifacts
161
uses: actions/upload-artifact@v4
162
with:
0 commit comments