0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

ci: fix missing build dependencies

This commit is contained in:
2025-05-19 13:15:12 +02:00
committed by Klaus Wakonig
parent 8eee92e5cf
commit 133ddda3e3

View File

@ -81,6 +81,10 @@ jobs:
printf '%s\n' "Verified upstream branch has not changed, continuing with release..."
- name: Setup | Install Dependencies
run: |
pip install build wheel
- name: Action | Semantic Version Release
id: release
# Adjust tag with desired version if applicable.