Add triggering for python build

release/4.3a0
Fan Jiang 2020-03-10 13:58:38 -04:00
parent ee069286b4
commit 750240266d
1 changed files with 13 additions and 0 deletions

13
.github/workflows/trigger-python.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Trigger Python Builds
on: push
jobs:
triggerCython:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: ProfFan/repository-dispatch@master
with:
token: ${{ secrets.PYTHON_CI_REPO_ACCESS_TOKEN }}
repository: borglab/gtsam-manylinux-build
event-type: cython-wrapper
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'