-
Notifications
You must be signed in to change notification settings - Fork 524
Conversation
mattrobenolt
commented
Mar 29, 2015
- installing from a wheel is much faster than from source.
- twice is for securely uploading the package to pypi
Once #142 will have been merged, can you rebase your branch on master ? then it should pass the tests. |
👍 |
Don't bother rebasing. I can merge anyways. |
Add wheel/twine support (Thanks @mattrobenolt!)
Thank you for contributing! |
Twine kind of broke a release. I tried uploading 1.0.1 and and it didn't let me enter my gpg passphrase. It ended up uploading a bad signature and I had to bump the version to 1.0.2. I'm on twine v1.3.1, I'll try again with the latest version next time. |
Really? :( /cc @dstufft |
That's odd... All twine is doing is subprocess to You can test things on testpypi.python.org before sending to pypi.python.org for what it's worth. Also twine lets you pre-sign files too. Just specify the .asc files on the CLI invocation too like:
|
This is my log
|
It didn't prompt you for the passphrase at all, or when it did it didn't let you type it in? |
It didn't prompt me for the password. When I saw that the 3 files still got uploaded I canceled with CTRL-C. Maybe I should have waited for the command to complete? Then I tried to upload again and pypi told me the files were already there. |