Skip to content

Commit 42a30c1

Browse files
committed
doc: fixed build command
1 parent c537a24 commit 42a30c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ respectively.
166166
3. Create source distribution and universal (i.e. Python 2 and 3
167167
compatible) [wheel](http://pythonwheels.com):
168168

169-
python setup.py sdist bdist_wheel --universal
169+
uv build
170170
ls -l dist
171171

172172
Distributions can be tested locally if needed.

0 commit comments

Comments
 (0)