Skip to content

Commit d1db17f

Browse files
committed
deploy: 32e4554
1 parent a9017de commit d1db17f

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.doctrees/environment.pickle

251 Bytes
Binary file not shown.
251 Bytes
Binary file not shown.

_sources/tutorials/publish-conda-forge.md.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ publish your package on conda-forge.
1717

1818
In this lesson you will learn how to:
1919

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
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+
2324

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

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tutorials/publish-conda-forge.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,9 @@ <h1>Publish your Python package that is on PyPI to conda-forge<a class="headerli
530530
<p class="admonition-title">Learning Objectives</p>
531531
<p>In this lesson you will learn how to:</p>
532532
<ul class="simple">
533-
<li><p>How to build your package’s sdist and wheel distributions</p></li>
534-
<li><p>Setup an account on testPyPI (the process is similar for the real PyPI)</p></li>
535-
<li><p>Publish your package to PyPI</p></li>
533+
<li><p>Create a conda-forge yaml recipe for your package using Grayskull</p></li>
534+
<li><p>Submit the recipe (yaml file) to the conda-forge staged recipes repository as a pull request</p></li>
535+
<li><p>Maintain your conda-forge package by creating new releases for your package on PyPI</p></li>
536536
</ul>
537537
<p>Once your package is on PyPI you can then easily publish it to conda-forge
538538
using the <a class="reference external" href="https://conda.github.io/grayskull/">grayskull</a> tool. You do not need to build the package specifically

0 commit comments

Comments
 (0)