Skip to content

add python 3.12 to ci, pyproject, readme - bump patch version 4 release #526

add python 3.12 to ci, pyproject, readme - bump patch version 4 release

add python 3.12 to ci, pyproject, readme - bump patch version 4 release #526

name: Check PyPI Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.10'
architecture: x64
- name: Install Dependencies
run: |
python -m pip install -e .
python -m pip install build
- name: Check Errors
run: |
python -m build