Skip to content

Bump actions/checkout from 3 to 4 (#14) #31

Bump actions/checkout from 3 to 4 (#14)

Bump actions/checkout from 3 to 4 (#14) #31

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