Skip to content

Commit a046a59

Browse files
committed
Added missing dependency to build module
Signed-off-by: Andreas Florath <Andreas.Florath@telekom.de>
1 parent e4ace97 commit a046a59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
ruff check src/ tests/
8383
ruff format --check src/ tests/
8484
85+
- name: Install build dependencies
86+
run: |
87+
python -m pip install --upgrade build twine
88+
8589
- name: Build package
8690
run: |
8791
python -m build

0 commit comments

Comments
 (0)