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
22
33on :
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
116jobs :
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
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 :
You can’t perform that action at this time.
0 commit comments