You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .whl file uploaded to GitHub release, and the one on PyPI have different sha256 sums. Probably because, they were built on different hosts (mb event with different python versions). This will cause pip to see those two as different files.
Suggested solution
We need to upload the same file to GitHub and to PyPI. I'd suggest the following pipeline:
Description
The .whl file uploaded to GitHub release, and the one on PyPI have different sha256 sums. Probably because, they were built on different hosts (mb event with different python versions). This will cause pip to see those two as different files.
Suggested solution
We need to upload the same file to GitHub and to PyPI. I'd suggest the following pipeline:
Steps to reproduce the behavior
Minimum acceptance criteria
.whl
in GitHub release, and in PyPi must be the same.The text was updated successfully, but these errors were encountered: