-
Notifications
You must be signed in to change notification settings - Fork 26
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
bunq-sdk 0.12.4 package on PyPI contains code from 0.13.0 #88
Comments
Could you provide code to back this up as I could not find any trace of this. I just installed version 0.12.4 from pip and looked the following line: Line 53 in 25c6e35
As you can see on tag 0.13.0 it shows the correct version. While on the package 0.12.4 installed via PIP it shows
So seeing that this is correct it seems highly unlikely that there will be other code thats not suppose to be there 🤔. Unless im missing something. So please could you provide a code snippet that you think should not be there so I can further investigate. |
😅 you're right. I have no idea how this is possible. Sucks that pip doest just use GitHub like the other package managers 😔 For now, I would suggest you to use pip to install directly from GitHub as explained here |
As I cant seem to override the package from pypi and also have no clue how it even got overwritten. I will host the .gz file on GitHub release. You can build it locally your self running the following:
in there you will find the build. Closing the issue for now. |
Apparently an error has been made while releasing 0.13.0 to PyPI, because the PyPI package with version 0.12.4 now contains code from 0.13.0. This basically breaks everything :(
The text was updated successfully, but these errors were encountered: