Skip to content
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

Different SHA256 checksums for GitHub release and PyPi release #271

Open
aaarrti opened this issue Jun 14, 2023 · 0 comments
Open

Different SHA256 checksums for GitHub release and PyPi release #271

aaarrti opened this issue Jun 14, 2023 · 0 comments

Comments

@aaarrti
Copy link
Collaborator

aaarrti commented Jun 14, 2023

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:
Quantus_release_pipeline drawio (1)

Steps to reproduce the behavior

# Github release
openssl sha256 quantus-0.4.0-py3-none-any.whl
# PyPi release
openssl sha256 quantus-0.4.0-py3-none-any\ \(1\).whl

Minimum acceptance criteria

  • The .whl in GitHub release, and in PyPi must be the same.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant