Skip to content

update wheel name #7722

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

Merged
merged 3 commits into from
Aug 14, 2024
Merged

update wheel name #7722

merged 3 commits into from
Aug 14, 2024

Conversation

zpcore
Copy link
Member

@zpcore zpcore commented Jul 22, 2024

Resolves #7697.

Input name like torch_xla-2.5.0+git41d998d will be changed from torch_xla-nightly+20240722-cp to torch_xla-2.5.0+nightly20240722-cp

@zpcore zpcore marked this pull request as ready for review July 22, 2024 23:51
@zpcore zpcore merged commit c6ba0e9 into master Aug 14, 2024
23 checks passed
zpcore added a commit that referenced this pull request Aug 17, 2024
mv /tmp/staging-wheels/* /dist/
popd

rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-nightly+$(date -u +%Y%m%d)-cp/" *.whl
rename -v "s/^{{ item.prefix }}-(.*?)-cp/{{ item.prefix }}-\1+nightly$(date -u +%Y%m%d)-cp/" *.whl
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you missed a + after the nightly

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

Successfully merging this pull request may close these issues.

Invalid version identifier in filenames of nightly builds
3 participants