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 ba75d25 commit 171656cCopy full SHA for 171656c
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install build twine
+ pip install build twine setuptools setuptools_scm
25
26
- name: Build and test package
27
0 commit comments