Skip to content

Commit a575e91

Browse files
doc: update build command in release doc
1 parent b30155f commit a575e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pypandoc and Pandoc are needed to convert the readme from markdown to rst for th
2121
2. Publish to Pypi by running the following commands.
2222

2323
```bash
24-
python setup.py sdist
24+
python setup.py sdist bdist_wheel
2525
twine check dist/*
2626
twine upload dist/*
2727
```

0 commit comments

Comments
 (0)