Skip to content

Pre-Release v0.0.9.16 #61

Pre-Release v0.0.9.16

Pre-Release v0.0.9.16 #61

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
with:
binaries-branch: testing-nightly
secrets: inherit
publish-binaries:
name: Publish Binaries
needs: integration-tests
uses: ./.github/workflows/binaries.yml
secrets: inherit
deploy:
name: Deploy to PyPI
needs: integration-tests
uses: ./.github/workflows/pypi.yml
secrets: inherit