Skip to content

Commit 7cd1d1a

Browse files
authored
use correct build arguments
1 parent 90498f9 commit 7cd1d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Then generate an `sdist` and a `wheel`:
9696
3. `commit -m 'version bump'`
9797
4. `git tag <version number>`
9898
5. `git push --tags`
99-
6. `python -m build -sdist -wheel`
99+
6. `python -m build -s -w`
100100
7. `twine upload dist/*`
101101

102102

0 commit comments

Comments
 (0)