Skip to content

Commit 4df0620

Browse files
committed
fix: Universal pipeline
1 parent 51ad041 commit 4df0620

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
os: [ macos-latest, ubuntu-latest, ubuntu-24.04-arm]
54+
os: [ macos-latest, ubuntu-latest, ubuntu-24.04-arm ]
5555

5656
steps:
5757
- name: Checkout repository
@@ -105,7 +105,7 @@ jobs:
105105
github.event.pull_request.user.login == 'dependabot[bot]' ||
106106
contains(github.event.pull_request.labels.*.name, 'safe to test')
107107
108-
runs-on: [windows-latest, windows-2022]
108+
runs-on: [ windows-latest, windows-2022 ]
109109

110110
steps:
111111
- name: Checkout repository
@@ -331,6 +331,7 @@ jobs:
331331
needs: [tests-unix, read-version]
332332
with:
333333
python-version: "3.10"
334+
runs-on: macos-latest
334335
artifact-name: wheels-macos-${{ matrix.target }}
335336
architecture: ${{ matrix.target }}
336337
c2pa-version: ${{ needs.read-version.outputs.c2pa-native-version }}
@@ -458,7 +459,7 @@ jobs:
458459
run: |
459460
echo "Downloaded Artifacts"
460461
ls -la dist/
461-
- name: Publish to TestPyPI
462+
- name: Publish to PyPI
462463
uses: pypa/gh-action-pypi-publish@release/v1
463464
with:
464465
packages-dir: dist

0 commit comments

Comments
 (0)