mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 05:16:24 +02:00
linux-build: add missing creation of tar ball
This commit is contained in:
parent
95a3484944
commit
4ab5fa87f0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-and-deploy.yml
vendored
1
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -232,6 +232,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
tar -czf dist-artifacts-linux-${{ matrix.python }}.tar.gz -C dist .
|
||||
curl -H "Authorization: token $GITHUB_TOKEN" \
|
||||
-H "Content-Type: application/zip" \
|
||||
--data-binary @dist-artifacts-manylinux-${{ matrix.python }}.tar.gz \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue