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.
2 parents c1002c2 + 72c7d26 commit 4e5b7fdCopy full SHA for 4e5b7fd
.github/workflows/pypi-release.yml
@@ -34,7 +34,7 @@ jobs:
34
run: python -m pip install --user --upgrade build twine pkginfo
35
36
- name: Build a binary wheel and a source tarball
37
- run: python -m build --sdist --outdir dist/
+ run: python -m build --wheel --sdist --outdir dist/
38
39
- name: Validate wheel and sdis for Pypi
40
run: python -m twine check dist/*
0 commit comments