Skip to content

Commit 948729c

Browse files
committed
Fix: move image up
1 parent 3ca9010 commit 948729c

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

tutorials/publish-conda-forge.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,32 +76,22 @@ Conda-forge will build your package from the source distribution which you [publ
7676

7777
### Conda-forge publication steps
7878

79-
The steps to publish to conda-forge are:
80-
81-
1. Publish your Python package distribution files (sdist & wheel) to PyPI
82-
2. Create a conda-forge recipe, which is a yaml file with instructions on how to build your package on conda-forge, using the grayskull[^grayskull] package.
83-
3. Submit the recipe (yaml file) to the conda-forge staged recipes repository as a pull request for review. [Click here for an example submission from pyOpenSci.](https://github.com/conda-forge/staged-recipes/pull/25173)
84-
8579
:::{figure-md} publish-pypi-conda-forge
8680
<img src="../images/pyopensci-python-package-pypi-to-conda-forge.png" alt="." width="700px">
8781

8882
Caption
8983
:::
9084

91-
:::{}
92-
93-
85+
The steps to publish to conda-forge are:
9486

95-
:::
87+
1. Publish your Python package distribution files (sdist & wheel) to PyPI
88+
2. Create a conda-forge recipe, which is a yaml file with instructions on how to build your package on conda-forge, using the grayskull[^grayskull] package.
89+
3. Submit the recipe (yaml file) to the conda-forge staged recipes repository as a pull request for review. [Click here for an example submission from pyOpenSci.](https://github.com/conda-forge/staged-recipes/pull/25173)
9690

91+
4. Once someone from the conda-forge team reviews your pull request, you may need to make some changes. Eventually the pull request will be approved and merged.
9792

98-
:::{todo}
99-
Here is an example of what a pull request for a conda-forge recipe looks like.
10093

101-
Create screen shot of a staged recipe
102-
:::
10394

104-
4. Once someone from the conda-forge team reviews your pull request, you may need to make some changes. Eventually the pull request will be approved and merged.
10595

10696
Now your package is on conda-forge.
10797

0 commit comments

Comments
 (0)