Commit 64ba1203 authored by Jason Madden's avatar Jason Madden

Restore pip cache ownership after running the manylinux script so it can be stored

parent 35400af1
......@@ -439,6 +439,8 @@ jobs:
with:
path: wheelhouse/*whl
name: manylinux_x86_64_wheels.zip
- name: Restore pip cache permissions
run: sudo chown -R $(whoami) ${{ steps.pip-cache.outputs.dir }}
manylinux_arm64:
runs-on: ubuntu-latest
......@@ -489,6 +491,8 @@ jobs:
with:
path: wheelhouse/*whl
name: manylinux_aarch64_wheels.zip
- name: Restore pip cache permissions
run: sudo chown -R $(whoami) ${{ steps.pip-cache.outputs.dir }}
# TODO:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment