-
Notifications
You must be signed in to change notification settings - Fork 15
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
Release 0.1.7 #42
Release 0.1.7 #42
Conversation
jakirkham
commented
Jan 12, 2024
- Add Conda packages and CI workflows (Add Conda packages and CI workflows #33)
- Set pipefail in wheel build scripts (Set pipefail in wheel build scripts #34)
- [REVIEW] remove references to setup.py in docs ([REVIEW] remove references to setup.py in docs #36)
- Update README.md (Update README.md #37)
- Remove usages of rapids-env-update (Remove usages of rapids-env-update #41)
cc @vyasr |
@jakirkham Will you create the tag after merging? I’m not sure who has permissions for that. If you don’t, I can try it. |
I'm happy to try |
Have made a tag locally. Just trying to test it out before attempting to push |
Ok have pushed the tag for Here are the builds |
Looks like the packages built ok (and they do show up here), but not sure about the upload. It shows as passed, but see this line
Is there something we are missing? AJ mentioned some changes to the Are there other things we might be missing? Maybe environment variables we need? |
Think |
Looks like the Also just noticed that there was another hard-coded version floating around in the codebase that was missed in this PR pynvjitlink/pynvjitlink/VERSION Line 1 in ccf6689
We should really consolidate these into one place (or ideally none and pickup from the tag or otherwise automate) For now fixing the version bump on that file as part of PR ( #44 ) |