We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Downstream users have requested wether we can do alpha to test new features (even if unstable).
I think we should also have nightly on scientific Python anaconda index
The text was updated successfully, but these errors were encountered:
Should be working now; we might just want to update the nighlty cron to only upload the main branch, and mark the version number as .dev
Sorry, something went wrong.
I think we need to run hatch version dev, but I don't know how to have the number after .dev monotonically increased.
hatch version dev
.dev
hatch version "7.0.0a1.dev$(git rev-list --count v7.0.0a0..HEAD)"
Maybe ?
No branches or pull requests
Downstream users have requested wether we can do alpha to test new features (even if unstable).
I think we should also have nightly on scientific Python anaconda index
The text was updated successfully, but these errors were encountered: