mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 13:26:22 +02:00
github-actions: fix build-windows-and-mac
This commit is contained in:
parent
c9897a512f
commit
e0685cfc19
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue