mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
github-actions: remove deletion of dists folder
This commit is contained in:
parent
e20644c963
commit
ade8b351de
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-and-deploy.yml
vendored
3
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -209,7 +209,6 @@ jobs:
|
|||
|
||||
- name: Move wheelhouse wheel files to dist
|
||||
run: |
|
||||
rm dist/*
|
||||
mv wheelhouse/* dist/
|
||||
rmdir wheelhouse
|
||||
|
||||
|
|
@ -217,7 +216,7 @@ jobs:
|
|||
run: ls -R dist
|
||||
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: dist-artifacts-manylinux-${{ matrix.python }}
|
||||
path: dist/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue