Skip to content

how to push multiple packages #43

Answered by webknjaz
Borda asked this question in Q&A
Sep 29, 2020 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Some people would use dev-releases of the same dist name. e.g. something like pytorch_lightning_nightly-1.0.dev20200928-py3-none-any.whl.

But if you want a separate package name, bear in mind that API tokens can be either user-wide or project-scoped: https://pypi.org/help/#apitoken. If you use a user-scoped token, you should be able to create a project with the new name with the first upload. Although, it is recommended to use project-scoped tokens for security purposes. This one will only work if the project already exists so you could do a manual upload first and then switch to using a project-scoped API token.

Also, remember that PyPI and TestPyPI have completely separate accounts (hen…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Borda
Comment options

@webknjaz
Comment options

@Borda
Comment options

@webknjaz
Comment options

Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #43 on September 29, 2020 09:30.