mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
github-actions: add wildcarn-pattern to upload artifact
This commit is contained in:
parent
06217ee6ea
commit
a02341f74b
1 changed files with 2 additions and 3 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist-artifacts-${{ matrix.os }}-${{ matrix.python }}
|
||||
path: dist
|
||||
path: dist/*
|
||||
|
||||
build-linux:
|
||||
strategy:
|
||||
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist-artifacts-manylinux-${{ matrix.python }}
|
||||
path: dist
|
||||
path: dist/*
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -143,7 +143,6 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: dist
|
||||
merge-multiple: true
|
||||
|
||||
- name: Inspect wheel files
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue