mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 04:52:37 +02:00
fix ci
This commit is contained in:
parent
4cebf1c74c
commit
eb610ccca7
1 changed files with 1 additions and 11 deletions
12
.github/workflows/actions.yml
vendored
12
.github/workflows/actions.yml
vendored
|
|
@ -43,17 +43,7 @@ jobs:
|
||||||
pip install wheel
|
pip install wheel
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel
|
||||||
|
|
||||||
|
deploy:
|
||||||
name: "Deploy Python Lib"
|
|
||||||
on:
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- created
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
pull-requests: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: develop-matrix
|
needs: develop-matrix
|
||||||
if: github.event_name == 'release' && github.event.action == 'created'
|
if: github.event_name == 'release' && github.event.action == 'created'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue