We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9a657 commit d10c358Copy full SHA for d10c358
.github/workflows/release.yaml
@@ -185,7 +185,12 @@ jobs:
185
- uses: actions/download-artifact@v4
186
continue-on-error: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}
187
with:
188
- name: wheels-macos-12-x86_64
+ name: wheels-ubuntu-22.04-arm-aarch64
189
+ path: dist
190
+ - uses: actions/download-artifact@v4
191
+ continue-on-error: ${{ github.event_name == 'push' && github.ref_type != 'tag' }}
192
+ with:
193
+ name: wheels-macos-13-x86_64
194
path: dist
195
196
0 commit comments