Update release workflow to use Makefile for building and packaging; add smoke test step
This commit is contained in:
@@ -21,10 +21,11 @@ jobs:
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r scripts/requirements.txt pyinstaller
|
||||
pip install uv
|
||||
make setup
|
||||
- name: Build binary
|
||||
run: |
|
||||
pyinstaller --onefile --name planka-cli scripts/planka_cli.py
|
||||
make build
|
||||
- name: Package tarball
|
||||
run: |
|
||||
VERSION="${GITHUB_REF_NAME#v}"
|
||||
|
||||
Reference in New Issue
Block a user