github-actions: fix build-windows-and-mac

This commit is contained in:
Martin Bubel 2024-01-13 13:43:19 +01:00
parent c9897a512f
commit e0685cfc19

View file

@ -38,7 +38,7 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: dist-artifacts
name: dist-artifacts-${{ matrix.os }}-${{ matrix.python }}
path: dist
build-linux:
@ -110,13 +110,13 @@ jobs:
- name: Download build artifacts for windows and mac wheels
uses: actions/download-artifact@v4
with:
path: dist-artifacts
path: dist
merge-multiple: true
- name: Download build artifacts for manylinux wheels
uses: actions/download-artifact@v4
with:
path: wheelhouse-artifacts
path: wheelhouse
merge-multiple: true
- name: Inspect dist files