Skip to content

v0.3.1

v0.3.1 #8

Workflow file for this run

name: Release
on:
release:
types: [ published ]
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python: [ "3.11" ]
uses: ./.github/workflows/setup.yml
secrets: inherit
with:
os: ${{ matrix.os }}
python: ${{ matrix.python }}
command: task build && task publish