Skip to content

[SKIP] version bump 0.1.31 -> 0.1.32 #289

[SKIP] version bump 0.1.31 -> 0.1.32

[SKIP] version bump 0.1.31 -> 0.1.32 #289

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install tox
- name: Test Build
run: tox -e build