Skip to content

Commit b188510

Browse files
authored
docs: fix incorrect heading levels (#1124)
1 parent 519989f commit b188510

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ cz changelog
279279
cz bump
280280
```
281281

282-
## Building from a source distribution package
282+
### Building from a source distribution package
283283

284284
The source distribution package ([sdist](https://packaging.python.org/en/latest/discussions/package-formats/#what-is-a-source-distribution)) contains everything needed in order to check, test, and build a binary distribution ([wheel](https://packaging.python.org/en/latest/discussions/package-formats/#what-is-a-wheel)) and its documentation; that is particulalry useful for third-party packaging services that build their own software distribution packages using custom processes.
285285

@@ -300,7 +300,7 @@ SKIP=check-hooks-apply,check-useless-excludes,actionlint make dist
300300

301301
Note that we skip Git hooks that are unnecessary when building from the source distribution. As above, this builds the source package and a binary distribution, and stores both in the `dist/` folder. And, as expected, setting the `SOURCE_DATE_EPOCH` environment variable to the build epoch value of the original sdist and wheel build results in the bit-exact same binary distribution package!
302302

303-
## Using the Simple Index
303+
### Using the Simple Index
304304

305305
Once source and/or binary distribution packages have been built, they can be served using a [PEP 503](https://peps.python.org/pep-0503/) compatible package repository. Simply call
306306

0 commit comments

Comments
 (0)