Skip to content

bump version to 0.1.28 #86

bump version to 0.1.28

bump version to 0.1.28 #86

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
uses: ./.github/workflows/test.yaml
with:
os: ${{ matrix.os }}
secrets: inherit