Skip to content

Commit

Permalink
Update dependencies, tests for pydicom dev (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jun 17, 2024
1 parent f7d97ea commit 6509f0c
Show file tree
Hide file tree
Showing 7 changed files with 1,207 additions and 742 deletions.
27 changes: 10 additions & 17 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,19 @@ jobs:
platform_id: manylinux_aarch64

# MacOS x86_64
- os: macos-latest
- os: macos-12
python: 38
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: 39
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: 310
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: 311
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-12
python: 312
platform_id: macosx_x86_64

Expand Down Expand Up @@ -178,19 +178,19 @@ jobs:
matrix:
include:
# MacOS arm64
- os: macos-latest
- os: macos-14
python: 38
platform_id: macosx_arm64
- os: macos-latest
- os: macos-14
python: 39
platform_id: macosx_arm64
- os: macos-latest
- os: macos-14
python: 310
platform_id: macosx_arm64
- os: macos-latest
- os: macos-14
python: 311
platform_id: macosx_arm64
- os: macos-latest
- os: macos-14
python: 312
platform_id: macosx_arm64

Expand All @@ -215,13 +215,6 @@ jobs:
run: |
python -m cibuildwheel --output-dir dist
# Cross compiling wheels for arm64 with poetry creates wheels with wrong tag
# Update the wheel with the correct tag then remove the incorrect wheel
- name: Fix poetry mistagging
run: |
wheel tags --platform-tag macosx_12_0_arm64 ./dist/*-macosx_12_0_x86_64.whl
rm ./dist/*-macosx_12_0_x86_64.whl
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit 6509f0c

Please sign in to comment.