Skip to content

Update dependencies, tests for pydicom dev #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading