Skip to content

Move the project away from setup.py to pyproject.toml #4

Move the project away from setup.py to pyproject.toml

Move the project away from setup.py to pyproject.toml #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Source Distribution and Wheel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build
- uses: actions/upload-artifact@v4
with:
path: dist