Skip to content

debug

debug #54

Workflow file for this run

name: Release Workflow
on:
push:
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
# uses: ./.github/workflows/binaries.yml
# secrets: inherit
deploy:
name: Deploy to PyPI
uses: ./.github/workflows/pypi.yml
secrets: inherit