We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An example of file name that breaks the regexp:
twine upload /tmp/le.0.0.0.dev20151025.YLl/dist.0.0.0.dev20151025/letsencrypt-nginx/letsencrypt_nginx-0.0.0.dev20151025-py2-none-any.whl
See letsencrypt bug for details.
You should either fix regular expression or use os.path.basename(). I can assist with the second approach.
os.path.basename()
The text was updated successfully, but these errors were encountered:
Use the basename of the wheel filename
e95247a
Using the basename allows us to avoid problems with bizarrely non-standard usage. Closes pypa#145
This was just fixed in 1.6.4 (released tonight). Cheers.
Sorry, something went wrong.
sigmavirus24
No branches or pull requests
An example of file name that breaks the regexp:
See letsencrypt bug for details.
You should either fix regular expression or use
os.path.basename()
. I can assist with the second approach.The text was updated successfully, but these errors were encountered: