Skip to content

Release Workflow

Release Workflow #66

Workflow file for this run

name: Release Workflow
on:
release:
types: [ published ]
workflow_dispatch:
permissions:
actions: read
contents: write
jobs:
integration-tests:
name: Run Integration Tests
uses: ivy-llc/ivy-integration-tests/.github/workflows/qa-integration-tests.yml@main
secrets: inherit
deploy:
name: Deploy to PyPI
needs: integration-tests
uses: ./.github/workflows/pypi.yml
secrets: inherit