Skip to content
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

maturin publish always "Username and/or password are wrong" #2498

Closed
RiotGamesU opened this issue Jul 6, 2022 · 1 comment
Closed

maturin publish always "Username and/or password are wrong" #2498

RiotGamesU opened this issue Jul 6, 2022 · 1 comment
Labels

Comments

@RiotGamesU
Copy link

Bug Description

(.env) root@instance:~/a# maturin publish -u aaaa -p aaaaaaaa
🔗 Found bin bindings
    Finished release [optimized] target(s) in 0.12s
📦 Built wheel to /root/a/target/wheels/a-0.1.8-py3-none-manylinux_2_28_aarch64.whl
🚀 Uploading 1 packages
⛔ Username and/or password are wrong
💥 maturin failed
  Caused by: Username and/or password are wrong
(.env) root@instance:~/a# 

always

pypi.org "Security history":

Login failed - Basic Auth (Upload endpoint)
Reason: Incorrect Password

Steps to Reproduce

maturin publish -u aaaa -p aaaaaaaa

tried use "Api Token":

maturin publish -u __token__ -p pypi-xxxx

Backtrace

No response

Your operating system and version

Linux version 5.13.0-1021-oracle (buildd@bos02-arm64-014) (gcc (Ubuntu 9.4.0-1ubuntu120.04) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #2620.04.1-Ubuntu SMP Mon Mar 7 14:30:17 UTC 2022

Your Python version (python --version)

Python 3.8.10

Your Rust version (rustc --version)

rustc 1.62.0 (a8314ef7d 2022-06-27)

Your PyO3 version

maturin 0.12.20

How did you install python? Did you use a virtualenv?

apt

use virtualenv

Additional Info

No response

@RiotGamesU RiotGamesU added the bug label Jul 6, 2022
@davidhewitt
Copy link
Member

I see you also opened PyO3/maturin#999, so will close here.

@davidhewitt davidhewitt closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants