-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add bump_version #28
Comments
|
The reason for using python 3.11.1 instead of python 3.11 is because of other dependencies like lie_learn? |
The bump action has been fixed. |
What about using python 3.10 for the publish action? |
The problem is this
which is caused by requiring |
the dependency problem is fixed in #35 |
Let's use
bump_my_version
and setup the CI/CD to automate the bumping of the version every time we make a release.Right now in
setup.py
there is:That is gotten from the action
pypi_release.yaml
assteps.tag.outputs.TAG_NAME
.The text was updated successfully, but these errors were encountered: