Merged
Conversation
stes
commented
Jan 17, 2026
Member
Author
|
@MMathisLab seems to be fixed If you approve I'll release |
Member
Author
|
we are still using the legacy testpypi, needs to be updated https://packaging.python.org/en/latest/guides/migrating-to-pypi-org/#using-testpypi |
Member
Author
|
ok, this is the issue Solution described here https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license |
Member
Author
|
Updated; old license classifier in setup.cfg removed (see here pypa/trove-classifiers#17 (comment)) |
Member
Author
|
Finally, all tests pass https://test.pypi.org/project/cebra/0.6.0/
|
Member
Author
Member
Author
|
published https://pypi.org/project/cebra/0.6.0/ |
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.



Release 0.6.0
This PR performs some additional minor edits:
Agg-- this made some of the windows plotting tests failChecklist:
cebra.__init__and make sure that the__version__is set correctly.mainreleaselabel.release-stagingandstagingin thecebra-internalrepo. Note: If you update the PR, these version will not be automatically updated. Repeat step 4 or trigger a manual workflow run if you need to update the staging versionmainbranch,git tag v1.2.3with the correct format (if alpha/beta tags are used in version, usev1.2.3a4orv1.2.3b4), andgit push v1.2.3the tag.cebra-internal. The source tree will land onmain, the pre-build wheel and source distribution onrelease.