You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not real clear what the package argument should be when using the register command.
My inclination is to either supply the name of the package I want to register or the path to the distribution. But neither of these seems to work? What is it that I am suppose to be using?
> twine register -r pypitest mypackage
Registering package to https://testpypi.python.org/pypi
PackageNotFound: "mypackage" does not exist on the file system.
> twine register -r pypitest .
Registering package to https://testpypi.python.org/pypi
ValueError: Unknown distribution format: '.'
> twine register -r pypitest mypackage/
Registering package to https://testpypi.python.org/pypi
ValueError: Unknown distribution format: ''
It's not real clear what the package argument should be when using the
register
command.My inclination is to either supply the name of the package I want to register or the path to the distribution. But neither of these seems to work? What is it that I am suppose to be using?
Falling back to
setup.py register
for now... 😦Note, I see something similar in #8.
The text was updated successfully, but these errors were encountered: