mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +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
|
||||
python setup.py bdist_wheel
|
||||
|
||||
|
||||
name: "Deploy Python Lib"
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: develop-matrix
|
||||
if: github.event_name == 'release' && github.event.action == 'created'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue