Make neuron the default package name (#3807) - #3839
Merged
Merged
Conversation
* Previously, `neuron-nightly` was the default package name when installing via a method that read `pyproject.toml`. * When released, the `packaging/python/change_name.py` was used to change. * Flip this; by default `pyproject.toml` has `neuron`, and when nightly wheels are updated, the `change_name.py` is used to set the name to `neuron-nightly`
|
ramcdougal
approved these changes
Aug 8, 2026
|
✔️ c2fddd9 -> Azure artifacts URL |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/9.0 #3839 +/- ##
===============================================
+ Coverage 68.18% 68.20% +0.02%
===============================================
Files 688 688
Lines 111016 111016
===============================================
+ Hits 75693 75716 +23
+ Misses 35323 35300 -23 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



9.0.2 release attempt failed because
master’s #3807 workflow plus release/9.0 still shipping the old default name without the old “rename on release” step.
This solution is to cherry pick c8289d4, merge this to release/9.0 and restart the NEURON release workflow.
Note: the former github Release 9.0.2 (in prerelease state) has been removed as well at the former 9.0.2 tag.
They will be re-created by the NEURON release workflow. This is ok because no wheels were uploaded during the previous release attempt.