Skip to content

Commit dc3c509

Browse files
committed
Formatting
1 parent fbe8c77 commit dc3c509

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

03_building_and_packaging/pypi_slides.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
---

0 commit comments

Comments
 (0)