Skip to content

Merge pull request #9 from hnez/pyproject-toml #5

Merge pull request #9 from hnez/pyproject-toml

Merge pull request #9 from hnez/pyproject-toml #5

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