Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The first round of our community-developed, how to create a Python package tutor
:class-card: left-aligned

* [What is a Python package?](/tutorials/intro)
* [Make your code installable](/tutorials/installable-code)
* [Create a Python package](/tutorials/installable-code)
* [Publish your package to (test) PyPI](/tutorials/publish-pypi)
* [Publish your package to conda-forge](/tutorials/publish-conda-forge)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Get to know Hatch <get-to-know-hatch>
:caption: Create and publish a Python Package

What is a Python package? <self>
Make your code installable <installable-code>
Create a Python package <installable-code>
Publish to PyPI <publish-pypi>
Publish to conda-forge <publish-conda-forge>
:::
Expand Down
Loading