-
Notifications
You must be signed in to change notification settings - Fork 996
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
package accepted on Pypi cannot be installed by pip #17594
Labels
Comments
Open
1 task
Can you give us a link to an example? |
see versions at https://pypi.org/simple/fourtytwo/, only 1.3, 1.5 and 1.7 are valid. |
thanks @di |
@monperrus Confirmed these would be blocked once #12245 is resolved. You should have gotten an email telling you the filenames would soon be considered invalid (if not, let us know). Closing as a duplicate of #12245 and #12316. |
thanks @di |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
** Actions **
Push a wheel to Pypi called
foo.whl
forExpected behavior
The package can be installed with pip
Actual behavior
The package cannot be installed with pip.
This is because
foo.whl
does not comply with the naming convention.It should be
{name}-{version}.*.whl
The text was updated successfully, but these errors were encountered: