Skip to content

Commit a4bb1ab

Browse files
committed
Fix build instructions
1 parent f2f2203 commit a4bb1ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ For developers: How to make a release
2525

2626
To release Python:
2727

28+
cd python3
2829
rm -rf dist/*
29-
python setup.py sdist
30+
python -m build
31+
twine check dist/*
3032
twine upload dist/*
3133

3234
To build the Windows installer, you first need to build the two executables

0 commit comments

Comments
 (0)