Skip to content

Commit a84b489

Browse files
committed
needed setuptools-scm
1 parent 127d796 commit a84b489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install build flake8
34+
pip install build flake8 setuptools-scm
3535
3636
- name: Lint with flake8
3737
run: |

0 commit comments

Comments
 (0)