mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
ci: fix missing build dependencies
This commit is contained in:
4
.github/workflows/semantic_release.yml
vendored
4
.github/workflows/semantic_release.yml
vendored
@ -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.
|
||||||
|
@ -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]
|
||||||
|
Reference in New Issue
Block a user