Skip to content

Ivy v1.0.0.3

Ivy v1.0.0.3 #70

Workflow file for this run

name: Release Workflow
on:
release:
types: [ published ]
workflow_dispatch:
permissions:
actions: read
contents: write
jobs:
deploy:
name: Deploy to PyPI
uses: ./.github/workflows/pypi.yml
secrets: inherit