Skip to content

Merge pull request #42 from higgsfield-ai/feat/invoker_exec-of_master… #3

Merge pull request #42 from higgsfield-ai/feat/invoker_exec-of_master…

Merge pull request #42 from higgsfield-ai/feat/invoker_exec-of_master… #3

Workflow file for this run

name: Python package
on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
inputs:
tag:
description: 'Tag'
required: true
default: 'v0.0.0'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}