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 f45ba6e commit c93ead6Copy full SHA for c93ead6
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install -U pip
25
- python -m pip install -U setuptools twine wheel build
+ python -m pip install -U setuptools twine wheel build setuptools_scm
26
27
- name: Build package
28
0 commit comments