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

Upload wheel #776

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Upload wheel #776

wants to merge 1 commit into from

Conversation

linshokaku
Copy link
Member

close #770

@kmaehashi
Copy link
Member

Could you confirm that the contents of the wheel matches with the sdist?

@linshokaku
Copy link
Member Author

The following command was used to compare the generated package files, and nothing was output, confirming that there is no difference in content.

mkdir tar_package
tar -xzf pytorch-pfn-extras-0.7.3.tar.gz -C ./tar_package
unzip -q pytorch_pfn_extras-0.7.3-py3-none-any.whl -d ./whl_package
diff -r ./whl_package/pytorch_pfn_extras ./tar_package/pytorch-pfn-extras-0.7.3/pytorch_pfn_extras

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Distribute wheel
3 participants