Skip to content

BUG: fix packaging issue #36

BUG: fix packaging issue

BUG: fix packaging issue #36

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run build
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz