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 55c12dd commit 3f44f4bCopy full SHA for 3f44f4b
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Build source distribution
67
run: |
68
- python -m pip install --upgrade pip setuptools wheel build twine
+ python -m pip install --upgrade pip setuptools wheel build twine pkginfo
69
python -m build --sdist --outdir sdist
70
71
- name: Publish wheels and source distribution to PyPI
0 commit comments