File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments