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

Signing fails in version 1.6.0 #130

Closed
ankostis opened this issue Sep 19, 2015 · 3 comments
Closed

Signing fails in version 1.6.0 #130

ankostis opened this issue Sep 19, 2015 · 3 comments
Milestone

Comments

@ankostis
Copy link
Contributor

Signing has stopped to function in the latest version, with the following message:

You need a passphrase to unlock the secret key for
user: "foo bar <[email protected]>"
1024-bit DSA key, ID ABCDEFGH, created 2015-01-01

gpg: can't open `--local-user': No such file or directory
gpg: signing failed: file open error

1.5.0 is ok.

@sigmavirus24
Copy link
Member

Ah, I see what happened. I'll get a 1.6.1 out ASAP. Thanks for reporting this @ankostis

@ankostis
Copy link
Contributor Author

Excellent response time, thank you!

sigmavirus24 added a commit to sigmavirus24/twine that referenced this issue Sep 19, 2015
Placing --local-user and its argument after the filename makes gpg
think it is the file you're trying to sign. This was re-ordered
accidentally during my refacorting efforts which broke signing.

Closes pypa#130
@sigmavirus24 sigmavirus24 modified the milestone: 1.6.1 Sep 19, 2015
@sigmavirus24
Copy link
Member

1.6.1 was just released @ankostis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants