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 c1002c2 commit 72c7d26Copy full SHA for 72c7d26
.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