mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
github-actions: still experimenting with getting the artifacts from the linux job
This commit is contained in:
parent
bdd9c505a2
commit
a1856c416d
1 changed files with 4 additions and 10 deletions
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
|
|
@ -137,21 +137,15 @@ jobs:
|
|||
run: |
|
||||
pip install --upgrade pip
|
||||
pip install twine
|
||||
|
||||
- name: Download linux build artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
# name: wheelhouse-artifacts-linux
|
||||
path: wheelhouse-linux
|
||||
|
||||
- name: Download windows and mac build artifacts
|
||||
|
||||
- name: Download all artifacts to a specific directory
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: dist
|
||||
merge-multiple: true
|
||||
|
||||
- name: Inspect wheelhouse files
|
||||
- name: Inspect wheel files
|
||||
run: |
|
||||
ls -R wheelhouse-linux
|
||||
ls -R dist
|
||||
|
||||
# - name: Upload to PyPI using twine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue