Skip to content

Commit 2fc578c

Browse files
Add setuptools_scm pip install
1 parent 1e030d8 commit 2fc578c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-test-pypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
pip3 install .
2323
pip3 install .[pypi]
2424
pip3 install build
25+
pip3 install setuptools_scm
2526
- name: Build Package
2627
run: |
2728
python -m build --no-isolation

0 commit comments

Comments
 (0)