0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

ci: fix missing build dependencies

This commit is contained in:
2025-05-19 13:27:48 +02:00
committed by Klaus Wakonig
parent 133ddda3e3
commit dc70ea6dfb
2 changed files with 1 additions and 5 deletions

View File

@ -81,10 +81,6 @@ jobs:
printf '%s\n' "Verified upstream branch has not changed, continuing with release..." 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 - name: Action | Semantic Version Release
id: release id: release
# Adjust tag with desired version if applicable. # Adjust tag with desired version if applicable.

View File

@ -71,7 +71,7 @@ include_trailing_comma = true
known_first_party = ["bec_widgets"] known_first_party = ["bec_widgets"]
[tool.semantic_release] [tool.semantic_release]
build_command = "python -m build" build_command = "pip install build wheel && python -m build"
version_toml = ["pyproject.toml:project.version"] version_toml = ["pyproject.toml:project.version"]
[tool.semantic_release.commit_author] [tool.semantic_release.commit_author]