-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Upload failed (403): Forbidden #9
Comments
BUMP: Anybody? |
Hi @gerardsimons , its been a while since we last looked at this package, though we stil use it succesfully internally. I checked for you, config.json should contain hashed, pypirc the unhashed password. What happens if you navigate to the URL with your browser and complete the HTTP auth? |
@javdrher Thanks ! Everything is fine when I do that. I am on MacOS with Python 3.7. Not sure if that matters |
Last version we checked was 3.6, I wonder if the behavior changed ... |
I'll give it a try on 3.6 on different platform and report back to you |
Nope, getting the same thing on a Linux machine with Python 3.6.8. see lsb release, python3 --version and upload command outputs below. It looks like it might be a twine deprecation issue. My pypirc looks like this
|
It looks like the method of uploading a python package is deprecated. This is what I get when I run
python setup.py sdist upload -r local
I redacted URL and package
So the config.json should have the hashed password and the ~/pypirc the unhashed one right?
The text was updated successfully, but these errors were encountered: