Skip to content

Commit 6f55709

Browse files
committed
Apply typo fixes, thanks to @pawamoy
1 parent 4d95da2 commit 6f55709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/discussions/downstream-packaging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ necessary to build the package itself, run its test suite, build and install
9999
its documentation, and any other files that may be useful to end users, such as
100100
shell completions, editor support files, and so on.
101101

102-
Some projects are concerned about increasing the size of source distribution,
102+
Some projects are concerned about increasing the size of source distributions,
103103
or do not wish Python packaging tools to fall back to source distributions
104104
automatically. In these cases, a good compromise may be to publish a separate
105105
source archive for downstream use, for example by attaching it to a GitHub
@@ -108,7 +108,7 @@ separate archives.
108108

109109
A good idea is to **use your source distribution in the release workflow**.
110110
That is, build it first, then unpack it and perform all the remaining steps
111-
using the unpacked distribution rather than the Git repostiry — run tests,
111+
using the unpacked distribution rather than the Git repository — run tests,
112112
build documentation, build wheels. This ensures that it is well-tested,
113113
and reduces the risk that some users would hit build failures or install
114114
an incomplete package.

0 commit comments

Comments
 (0)