Skip to content

Commit 9158f1d

Browse files
authored
Update pypi.yml
1 parent 732e7a3 commit 9158f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: 3.9
2222
- name: Install pypa/build
2323
run: >-
24-
python -m pip install build --user
24+
python -m pip install build setuptools_scm --user
2525
- name: Build a binary wheel and a source tarball
2626
run: >-
2727
python -m build --sdist --wheel --outdir dist/ .

0 commit comments

Comments
 (0)