Skip to content
Open
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions tutorials/publish-pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ Example: `pyosPackage_yourNameHere`.
:class: tip
:class: secondary

Before renaming your package, it helps to understand where the package name used by PyPI comes from. The name that PyPI registers is defined in the `pyproject.toml` file under the `[project]` section.

This name does not have to match your GitHub repository name, but many projects keep them the same for clarity. If the name in `pyproject.toml` is already taken on PyPI, you will need to choose a different name before publishing.

#### Required

1. Search your publishing location(s) to make sure your new name isn't taken ([TestPyPI](https://test.pypi.org/), [PyPI](https://pypi.org/), [conda-forge](https://conda-forge.org/packages/))
Expand Down