Skip to content

Commit b3b280f

Browse files
committed
workflows: Install missing setuptools-scm for release
Forgotten in commit ba4163f.
1 parent e521ac4 commit b3b280f

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y python3-setuptools
20+
sudo apt-get install -y python3-setuptools python3-setuptools-scm
2121
2222
- name: Build release tarball
2323
run: ./setup.py sdist

0 commit comments

Comments
 (0)