Skip to content

Commit ec4c851

Browse files
committed
deploy: ea01a9b
1 parent 2c24b69 commit ec4c851

File tree

62 files changed

+30
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+30
-30
lines changed

.doctrees/TRANSLATING.doctree

0 Bytes
Binary file not shown.

.doctrees/environment.pickle

-138 Bytes
Binary file not shown.

.doctrees/tutorials/intro.doctree

-92 Bytes
Binary file not shown.

TRANSLATING.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_sources/tutorials/intro.md.txt

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?

ja/.doctrees/CONTRIBUTING.doctree

0 Bytes
Binary file not shown.

ja/.doctrees/TRANSLATING.doctree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)