Skip to content

Commit c93ead6

Browse files
committed
Install missing dependency in release pipelines
1 parent f45ba6e commit c93ead6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install -U pip
25-
python -m pip install -U setuptools twine wheel build
25+
python -m pip install -U setuptools twine wheel build setuptools_scm
2626
2727
- name: Build package
2828
run: |

0 commit comments

Comments
 (0)