Skip to content

Bump actions/upload-artifact from 3 to 4 #33

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #33

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@v4
with:
path: dist/*.tar.gz