Skip to content

Update performance test and README to include more fair comparison wi… #72

Update performance test and README to include more fair comparison wi…

Update performance test and README to include more fair comparison wi… #72

name: Check PyPI Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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