You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/publish-conda-forge.md
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -76,32 +76,22 @@ Conda-forge will build your package from the source distribution which you [publ
76
76
77
77
### Conda-forge publication steps
78
78
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)
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)
96
90
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.
97
92
98
-
:::{todo}
99
-
Here is an example of what a pull request for a conda-forge recipe looks like.
100
93
101
-
Create screen shot of a staged recipe
102
-
:::
103
94
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.
0 commit comments