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 628cfa9 commit 5a92bf8Copy full SHA for 5a92bf8
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
set -xe
30
python -VV
31
python -m site
32
- python -m pip install --upgrade pip wheel
+ python -m pip install --upgrade pip setuptools_scm wheel
33
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
34
- name: "Run tox targets for ${{ matrix.python-version }}"
35
run: "python -m tox"
@@ -57,7 +57,7 @@ jobs:
57
python-version: "3.9"
58
59
- name: "Install poetry, check-wheel-content, and twine"
60
- run: "python -m pip install wheel twine check-wheel-contents"
+ run: "python -m pip install check-wheel-contents setuptools_scm twine wheel"
61
- name: "Build package"
62
run: "python setup.py sdist bdist_wheel"
63
- name: "List result"
0 commit comments