We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f35c2 commit c8fa0e5Copy full SHA for c8fa0e5
1 file changed
.github/workflows/upload-test.yml
@@ -2,19 +2,14 @@ name: Upload Test File to Test PyPI
2
3
on:
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
11
jobs:
12
linux:
13
runs-on: ubuntu-latest
14
15
strategy:
16
matrix:
17
- target: [x86_64, aarch64]
+ target: [aarch64]
18
steps:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-python@v5
@@ -85,11 +80,6 @@ jobs:
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
with:
0 commit comments