Skip to content

Commit 6c7a6dc

Browse files
mihaimaruseaclwasser
authored andcommitted
Revert "Remove the links to the page that also gets added now"
This reverts commit cb089f7.
1 parent c4aa62f commit 6c7a6dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tutorials/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ What is a Python package? <self>
4545
Create a Python package <create-python-package>
4646
Publish to PyPI <publish-pypi>
4747
Publish to conda-forge <publish-conda-forge>
48+
Publish using GitHub Actions and Trusted Publishing <trusted-publishing>
4849
:::
4950

5051
:::{toctree}

tutorials/publish-pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ to TestPyPI. You need to:
6262
1. **Create an account on TestPyPI (or PyPI)**: You will need to create a TestPyPI account and associated token which provides permissions for you to upload your package. When you later publish your package to PyPI, you will need a separate PyPI account and token.
6363
1. **Publish to TestPyPI using `hatch publish`**
6464

65-
In a future lesson, you will learn how to create an automated GitHub Actions workflow that publishes an updated version of your package to PyPI every time you create a GitHub release.
65+
In a [future lesson](trusted-publishing), you will learn how to create an automated GitHub Actions workflow that publishes an updated version of your package to PyPI every time you create a GitHub release.
6666

6767
:::{admonition} Learn more about building Python packages in our guide
6868
:class: tip

0 commit comments

Comments
 (0)