Skip to content

refactor(cli): update version and tests #3

refactor(cli): update version and tests

refactor(cli): update version and tests #3

Workflow file for this run

name: build
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Python
uses: actions/setup-python@v5
with:
cache: pip
python-version: 3
- name: Install dependencies
run: pip install -e .[build]
- name: Generate packages
run: python3 -m build