From a80b94ebe038e1b5d0199aa6526370bee54f53f0 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Tue, 23 Jan 2024 17:22:17 -0700 Subject: [PATCH] Fix: missing link on current guide --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 483beb56..eea4cf3f 100644 --- a/index.md +++ b/index.md @@ -73,6 +73,7 @@ by the community now! Join our community review process or watch development of * [What is a Python package?](/tutorials/intro) * [Make your code installable](/tutorials/1-installable-code) +* [Publish your package to (test) PyPi](/tutorials/publish-pypi) * *How to add a README and LICENSE to support publication (coming next!)* * *How to add metadata to a pyproject.toml file for publication to PyPI.*