Skip to content

Commit c8fa0e5

Browse files
committed
chore: limit test-publish to arm only
1 parent 59f35c2 commit c8fa0e5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/upload-test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ name: Upload Test File to Test PyPI
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
file_path:
7-
description: 'Path to the file to upload'
8-
required: true
9-
default: 'dist/c2pa_python-0.4.0-py3-none-macosx_11_0_arm64.whl'
105

116
jobs:
127
linux:
138
runs-on: ubuntu-latest
149

1510
strategy:
1611
matrix:
17-
target: [x86_64, aarch64]
12+
target: [aarch64]
1813
steps:
1914
- uses: actions/checkout@v4
2015
- uses: actions/setup-python@v5
@@ -85,11 +80,6 @@ jobs:
8580
- name: Checkout repository
8681
uses: actions/checkout@v4
8782

88-
- name: Download x86_64 wheels artifact
89-
uses: actions/download-artifact@v4
90-
with:
91-
name: wheels-x86_64
92-
9383
- name: Download aarch64 wheels artifact
9484
uses: actions/download-artifact@v4
9585
with:

0 commit comments

Comments
 (0)