Skip to content

Commit 171656c

Browse files
authored
Update publish.yml
1 parent ba75d25 commit 171656c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install build twine
24+
pip install build twine setuptools setuptools_scm
2525
2626
- name: Build and test package
2727
run: |

0 commit comments

Comments
 (0)