From d448b5aa0771994e88412a9dd10c0c6c6228c704 Mon Sep 17 00:00:00 2001 From: Tyler Bonnell <89505514+Tyler-Bonnell@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:54:30 -0700 Subject: [PATCH] Update intro.md Remove duplicative Learn how to publish your package to PyPI in this tutorial --- tutorials/intro.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorials/intro.md b/tutorials/intro.md index c324510c7..fcc339486 100644 --- a/tutorials/intro.md +++ b/tutorials/intro.md @@ -309,8 +309,6 @@ publish it in a repository such as **PyPI** or **conda-forge**. Learn [how to publish your package to PyPI in this tutorial.](publish-pypi.md) -You will learn [how to publish your package to PyPI in this tutorial.](publish-pypi) - Then you can create a conda-forge recipe using the [Grayskull](https://github.com/conda/grayskull) tool. You can then submit this recipe to conda-forge. [You will learn more about the conda-forge publication process here.](publish-conda-forge.md)