Skip to content

Commit fc70635

Browse files
Merge pull request #141 from CITCOM-project/fix_PyPI_action
Fix PyPI github action
2 parents 590f218 + 6c67f80 commit fc70635

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)