Skip to content

Commit

Permalink
github-actions: fix build-windows-and-mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 13, 2024
1 parent c9897a5 commit e0685cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e0685cf

Please sign in to comment.