We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90498f9 commit 7cd1d1aCopy full SHA for 7cd1d1a
1 file changed
README.md
@@ -96,7 +96,7 @@ Then generate an `sdist` and a `wheel`:
96
3. `commit -m 'version bump'`
97
4. `git tag <version number>`
98
5. `git push --tags`
99
-6. `python -m build -sdist -wheel`
+6. `python -m build -s -w`
100
7. `twine upload dist/*`
101
102
0 commit comments