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 3ed0c2b commit 4af1a47Copy full SHA for 4af1a47
1 file changed
.github/workflows/pypi-release.yml
@@ -37,7 +37,7 @@ jobs:
37
python-version: ${{ matrix.python-version }}
38
39
- name: Install pypa/build and twine
40
- run: python -m pip install --user --upgrade build twine pkginfo
+ run: python -m pip install --user --upgrade build twine pkginfo packaging
41
42
- name: Build sdist
43
run: python -m build --sdist --outdir dist/
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
- name: Build a binary wheel
72
run: python -m build --wheel --outdir dist/
0 commit comments