Skip to content

Commit fd3c99e

Browse files
mihaimaruseaclwasser
authored andcommitted
Remove the links to the page that also gets added now
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent faf0fc5 commit fd3c99e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tutorials/intro.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ 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>
4948
:::
5049

5150
:::{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](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.
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.
6666

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

0 commit comments

Comments
 (0)