Skip to content

Commit 76e4f66

Browse files
committed
git action to publish to pypi
1 parent ba09585 commit 76e4f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install build dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
python -m pip install build twine
19+
python -m pip install build twine setuptools_scm
2020
- name: Build the package
2121
run: |
2222
python -m build

0 commit comments

Comments
 (0)