Skip to content

Commit 32e4554

Browse files
Miguel Alizolwasser
Miguel Alizo
authored andcommitted
Update tutorials/publish-conda-forge.md learning objectives
1 parent b094ced commit 32e4554

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tutorials/publish-conda-forge.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ publish your package on conda-forge.
1717

1818
In this lesson you will learn how to:
1919

20-
- Pubishing your PyPI published repository to conda-forge
21-
- Fork and clone the conda-forge staged-recipes repository
22-
- Create conda-forge recipe for your package
23-
- Submit a pull request to the staged-recipes repository
24-
- Maintain your conda-forge feedstock
20+
- Create a conda-forge yaml recipe for your package using Grayskull
21+
- Submit the recipe (yaml file) to the conda-forge staged recipes repository as a pull request
22+
- Maintain your conda-forge package by creating new releases for your package on PyPI
23+
2524

2625
Once your package is on PyPI you can then easily publish it to conda-forge
2726
using the [grayskull](https://conda.github.io/grayskull/) tool. You do not need to build the package specifically

0 commit comments

Comments
 (0)