Skip to content

Commit 6509f0c

Browse files
authored
Update dependencies, tests for pydicom dev (#70)
1 parent f7d97ea commit 6509f0c

File tree

7 files changed

+1207
-742
lines changed

7 files changed

+1207
-742
lines changed

.github/workflows/release-wheels.yml

+10-17
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,19 @@ jobs:
115115
platform_id: manylinux_aarch64
116116

117117
# MacOS x86_64
118-
- os: macos-latest
118+
- os: macos-12
119119
python: 38
120120
platform_id: macosx_x86_64
121-
- os: macos-latest
121+
- os: macos-12
122122
python: 39
123123
platform_id: macosx_x86_64
124-
- os: macos-latest
124+
- os: macos-12
125125
python: 310
126126
platform_id: macosx_x86_64
127-
- os: macos-latest
127+
- os: macos-12
128128
python: 311
129129
platform_id: macosx_x86_64
130-
- os: macos-latest
130+
- os: macos-12
131131
python: 312
132132
platform_id: macosx_x86_64
133133

@@ -178,19 +178,19 @@ jobs:
178178
matrix:
179179
include:
180180
# MacOS arm64
181-
- os: macos-latest
181+
- os: macos-14
182182
python: 38
183183
platform_id: macosx_arm64
184-
- os: macos-latest
184+
- os: macos-14
185185
python: 39
186186
platform_id: macosx_arm64
187-
- os: macos-latest
187+
- os: macos-14
188188
python: 310
189189
platform_id: macosx_arm64
190-
- os: macos-latest
190+
- os: macos-14
191191
python: 311
192192
platform_id: macosx_arm64
193-
- os: macos-latest
193+
- os: macos-14
194194
python: 312
195195
platform_id: macosx_arm64
196196

@@ -215,13 +215,6 @@ jobs:
215215
run: |
216216
python -m cibuildwheel --output-dir dist
217217
218-
# Cross compiling wheels for arm64 with poetry creates wheels with wrong tag
219-
# Update the wheel with the correct tag then remove the incorrect wheel
220-
- name: Fix poetry mistagging
221-
run: |
222-
wheel tags --platform-tag macosx_12_0_arm64 ./dist/*-macosx_12_0_x86_64.whl
223-
rm ./dist/*-macosx_12_0_x86_64.whl
224-
225218
- name: Store artifacts
226219
uses: actions/upload-artifact@v4
227220
with:

0 commit comments

Comments
 (0)