Skip to content

Commit

Permalink
add step to hopefully extract libcspice to be cacheable
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex authored Jan 28, 2024
1 parent 6d5318b commit 2d25c06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-to-test-and-live-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
env | grep CIBW
env | grep ARCH
python -m cibuildwheel --output-dir wheelhouse
- name: Extract libcspice.so for aarch64 builds
if: matrix.config.arch == 'aarch64'
run: |
ls -lahtr
ls wheelhouse/*
unzip -o wheelhouse/spiceypy-\*.whl 'spiceypy/utils/libcspice.so' -d /project/src/
- name: Check dists
run: |
twine check wheelhouse/*
Expand Down

0 comments on commit 2d25c06

Please sign in to comment.