mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 21:36:23 +02:00
github-actions: explore artifacts
This commit is contained in:
parent
96611b7099
commit
180b29e2c7
1 changed files with 1 additions and 11 deletions
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
|
|
@ -76,9 +76,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/pypa/manylinux2014_x86_64
|
||||
|
||||
outputs:
|
||||
wheelhouse: ${{ steps.upload.outputs.wheelhouse }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -145,14 +142,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: wheelhouse
|
||||
name: wheelhouse-artifacts
|
||||
merge-multiple: true
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: wheelhouse
|
||||
merge-multiple: true
|
||||
# merge-multiple: true
|
||||
|
||||
- name: Inspect wheelhouse files
|
||||
run: ls -R wheelhouse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue