mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 23:36:23 +02:00
ci: update artifact download
This commit is contained in:
parent
b96fa3a57e
commit
bf4dc0aaa3
1 changed files with 2 additions and 11 deletions
13
.github/workflows/actions.yml
vendored
13
.github/workflows/actions.yml
vendored
|
|
@ -58,15 +58,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Extract matrix parameters from the build job
|
|
||||||
- name: Set matrix parameters
|
|
||||||
run: |
|
|
||||||
os=${{ needs.build.outputs.os }}
|
|
||||||
python=${{ needs.build.outputs.python }}
|
|
||||||
echo "Matrix parameters: OS=$os, Python=$python"
|
|
||||||
echo "::set-env name=OS::$os"
|
|
||||||
echo "::set-env name=PYTHON::$python"
|
|
||||||
|
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -80,12 +71,12 @@ jobs:
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifacts-${{ env.OS }}-${{ env.PYTHON }}
|
|
||||||
path: dist
|
path: dist
|
||||||
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Inspect dist files
|
- name: Inspect dist files
|
||||||
run: |
|
run: |
|
||||||
ls -la dist
|
ls -R dist
|
||||||
|
|
||||||
- name: Upload to PyPI using twine
|
- name: Upload to PyPI using twine
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue