We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732e7a3 commit 9158f1dCopy full SHA for 9158f1d
.github/workflows/pypi.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: 3.9
22
- name: Install pypa/build
23
run: >-
24
- python -m pip install build --user
+ python -m pip install build setuptools_scm --user
25
- name: Build a binary wheel and a source tarball
26
27
python -m build --sdist --wheel --outdir dist/ .
0 commit comments