Skip to content

Commit 764c808

Browse files
jameslamblwasser
authored andcommitted
docs: clarify PyPI distribution type requirements
1 parent 2a9c08d commit 764c808

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

locales/es/LC_MESSAGES/tutorials.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3290,9 +3290,8 @@ msgstr ""
32903290
#: ../../tutorials/intro.md:341
32913291
msgid ""
32923292
"In the image above, you can see the steps associated with publishing your"
3293-
" package on PyPI and conda-forge. Note that the distribution files that "
3294-
"PyPI requires are the [sdist](#python-source-distribution) and [wheel"
3295-
"](#python-wheel) files. Once you are ready to make your code publicly "
3293+
" package on PyPI and conda-forge. PyPI supports [sdist](#python-source-distribution)"
3294+
and [wheel](#python-wheel) files. Once you are ready to make your code publicly "
32963295
"installable, you can publish it on PyPI. Once your code is on PyPI it is "
32973296
"straight forward to then publish to conda-forge. You create a recipe "
32983297
"using the Grayskull package and then you open a pr in the conda-forge "

locales/ja/LC_MESSAGES/tutorials.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3685,9 +3685,8 @@ msgstr ""
36853685
#: ../../tutorials/intro.md:341
36863686
msgid ""
36873687
"In the image above, you can see the steps associated with publishing your"
3688-
" package on PyPI and conda-forge. Note that the distribution files that "
3689-
"PyPI requires are the [sdist](#python-source-distribution) and [wheel"
3690-
"](#python-wheel) files. Once you are ready to make your code publicly "
3688+
" package on PyPI and conda-forge. PyPI supports [sdist](#python-source-distribution)"
3689+
and [wheel](#python-wheel) files. Once you are ready to make your code publicly "
36913690
"installable, you can publish it on PyPI. Once your code is on PyPI it is "
36923691
"straight forward to then publish to conda-forge. You create a recipe "
36933692
"using the Grayskull package and then you open a pr in the conda-forge "

tutorials/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Then you can create a conda-forge recipe using the [Grayskull](https://github.co
339339
<img src="../images/tutorials/publish-package-pypi-conda.png" alt="Graphic showing the high level packaging workflow. On the left you see a graphic with code, metadata and tests in it. Those items all go into your package. Documentation and data are below that box because they aren't normally published in your packaging wheel distribution. An arrow to the right takes you to a build distribution files box. That box leads you to either publishing to TestPyPI or the real PyPI. From PyPI you can then connect to conda-forge for an automated build that sends distributions from PyPI to conda-forge." width="700px">
340340

341341
In the image above, you can see the steps associated with publishing
342-
your package on PyPI and conda-forge. Note that the distribution files that PyPI requires are the [sdist](#python-source-distribution) and [wheel](#python-wheel) files. Once you are ready to make your code publicly installable, you can publish it on PyPI. Once your code is on PyPI it is straight forward to then publish to conda-forge. You create a recipe using the Grayskull package and then you open a pr in the conda-forge recipe repository. You will learn more about this process in the [conda-forge lesson](/tutorials/publish-conda-forge).
342+
your package on PyPI and conda-forge. PyPI supports [sdist](#python-source-distribution) and [wheel](#python-wheel) files. Once you are ready to make your code publicly installable, you can publish it on PyPI. Once your code is on PyPI it is straight forward to then publish to conda-forge. You create a recipe using the Grayskull package and then you open a pr in the conda-forge recipe repository. You will learn more about this process in the [conda-forge lesson](/tutorials/publish-conda-forge).
343343
:::
344344

345345
## Yay, your package has users! Now what?

0 commit comments

Comments
 (0)