Skip to content

Commit

Permalink
Fixed GitHub action download & merge.
Browse files Browse the repository at this point in the history
Also suppress warning for not able to perform macOS arm64 tests.
  • Loading branch information
mliberty1 committed Feb 12, 2024
1 parent a01a813 commit 58b604a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
CIBW_BUILD: '${{ matrix.python_version }}-*'
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest --pyargs pyjls
CIBW_TEST_SKIP: "*-macosx_universal2:arm64" # cannot test arm64 on x86_64
with:
package-dir: ${{ steps.find_sdist_filename.outputs.filename }}

Expand Down Expand Up @@ -203,6 +204,7 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: python_wheel-*
merge-multiple: true
path: dist/

- name: Display artifacts
Expand Down

0 comments on commit 58b604a

Please sign in to comment.