File tree Expand file tree Collapse file tree
03_building_and_packaging Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ Built distribution (wheel)
217217- No compilation done, just a copy paste into a directory.
218218- In most cases only one generic wheel is required. Exceptions are different Python interpreters, different OS configurations.
219219- Run
220-
220+
221221 ``` bash
222222 python3 -m build --wheel source-tree-directory
223223 ```
@@ -236,9 +236,9 @@ Built distribution (wheel)
236236 ```
237237
238238- Use ` twine ` because ...
239- - ... it uses secure authentication of the user over HTTPS.
240- - ... its predecessor ` python setup.py upload ` required careful configuration, and is deprecated.
241- - ... encourages users to create distribution files to promote testing before releasing.
239+ - ... it uses secure authentication of the user over HTTPS.
240+ - ... its predecessor ` python setup.py upload ` required careful configuration, and is deprecated.
241+ - ... encourages users to create distribution files to promote testing before releasing.
242242- The archive files are uploaded to a package index from where pip can get them.
243243
244244---
You can’t perform that action at this time.
0 commit comments