Skip to content

Feat: add ci for pypi releaes #8

Feat: add ci for pypi releaes

Feat: add ci for pypi releaes #8

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- edited
- synchronize
- closed
jobs:
check-pr:
name: Check PR
uses: ftrackhq/ftrack-actions/.github/workflows/pr-base.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
ftrackApiKey: ${{ secrets.FTRACK_API_KEY }}