We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f271e15 commit b094cedCopy full SHA for b094ced
tutorials/publish-conda-forge.md
@@ -17,9 +17,11 @@ publish your package on conda-forge.
17
18
In this lesson you will learn how to:
19
20
-- How to build your package's sdist and wheel distributions
21
-- Setup an account on testPyPI (the process is similar for the real PyPI)
22
-- Publish your package to PyPI
+- Pubishing your PyPI published repository to conda-forge
+- Fork and clone the conda-forge staged-recipes repository
+- Create conda-forge recipe for your package
23
+- Submit a pull request to the staged-recipes repository
24
+- Maintain your conda-forge feedstock
25
26
Once your package is on PyPI you can then easily publish it to conda-forge
27
using the [grayskull](https://conda.github.io/grayskull/) tool. You do not need to build the package specifically
0 commit comments