Install missing build deps

This commit is contained in:
Cyber MacGeddon 2025-07-23 21:25:04 +01:00
parent 98022d6af4
commit 13b5bbc1e4

View file

@ -62,6 +62,9 @@ jobs:
id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Install dependencies
run: pip install build wheel
- name: Put version into package manifests
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}