From b372c0a017264c2abb46f8e2b8204d1120605b5b Mon Sep 17 00:00:00 2001 From: Pat Tressel Date: Mon, 8 Apr 2024 12:06:24 -0700 Subject: [PATCH] Update publish-pypi.md Remove older version of "next lesson" line. --- tutorials/publish-pypi.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorials/publish-pypi.md b/tutorials/publish-pypi.md index f7ea2c054..0656d0585 100644 --- a/tutorials/publish-pypi.md +++ b/tutorials/publish-pypi.md @@ -36,8 +36,6 @@ You will do all of your development work in this lesson using [Hatch](https://ha Once your package is on PyPI you can publish it to conda-forge (which is a channel on conda) using [Grayskull](https://conda.github.io/grayskull/). -You will learn how to publish to conda-forge in a future lesson. - You will learn how to publish to conda-forge in the [next lesson](publish-conda-forge).