mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-11 16:22:13 +02:00
github-actions: try outputs
This commit is contained in:
parent
d838c98591
commit
dd44638ea0
1 changed files with 4 additions and 15 deletions
19
.github/workflows/deploy.yml
vendored
19
.github/workflows/deploy.yml
vendored
|
|
@ -76,6 +76,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: quay.io/pypa/manylinux2014_x86_64
|
image: quay.io/pypa/manylinux2014_x86_64
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
wheelhouse: ${{ steps.upload.outputs.wheelhouse }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -138,29 +141,15 @@ jobs:
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install twine
|
pip install twine
|
||||||
|
|
||||||
- name: Download build artifacts for windows and mac wheels
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
path: dist
|
|
||||||
merge-multiple: true
|
|
||||||
|
|
||||||
- name: Download build artifacts for manylinux wheels
|
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: wheelhouse
|
path: wheelhouse
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Inspect dist files
|
|
||||||
run: ls -R dist
|
|
||||||
|
|
||||||
- name: Inspect wheelhouse files
|
- name: Inspect wheelhouse files
|
||||||
run: ls -R wheelhouse
|
run: ls -R wheelhouse
|
||||||
|
|
||||||
- name: Merge wheel files
|
|
||||||
run: |
|
|
||||||
cp dist/* wheelhouse/
|
|
||||||
ls -R wheelhouse
|
|
||||||
|
|
||||||
- name: Upload to PyPI using twine
|
- name: Upload to PyPI using twine
|
||||||
run: twine upload --skip-existing wheelhouse/*
|
run: twine upload --skip-existing wheelhouse/*
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue