File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,14 @@ name: Upload Test File to Test PyPI
2
2
3
3
on :
4
4
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'
10
5
11
6
jobs :
12
7
linux :
13
8
runs-on : ubuntu-latest
14
9
15
10
strategy :
16
11
matrix :
17
- target : [x86_64, aarch64]
12
+ target : [aarch64]
18
13
steps :
19
14
- uses : actions/checkout@v4
20
15
- uses : actions/setup-python@v5
85
80
- name : Checkout repository
86
81
uses : actions/checkout@v4
87
82
88
- - name : Download x86_64 wheels artifact
89
- uses : actions/download-artifact@v4
90
- with :
91
- name : wheels-x86_64
92
-
93
83
- name : Download aarch64 wheels artifact
94
84
uses : actions/download-artifact@v4
95
85
with :
You can’t perform that action at this time.
0 commit comments