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

Before renaming your package, it helps to understand where the PyPI package name 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
Loading