-
Notifications
You must be signed in to change notification settings - Fork 6
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 Action 'releaser' #10
Conversation
Related to #160. The errors started around the time when Python 3.10 was released, so go back to 3.9.x to see if that is related.
@Paebbels, I think the only pending point to discuss here is the name of the Action. |
In my understanding, it provides a release page and up-to-date links to nightly builds (even if not done at night or every night). When searching for similar Actions, how does it e.g. relate to deploy-nightly? |
It allows:
The action is for creating/updating releases and optionally uploading assets, all in a single step and supporting tagged releases, tagged pre-releases and untagged (thus nightly/tip) runs. See the README in this PR:
Therefore, I'm more inclined towards
It seems that deploy-nightly was writen in 2020 and was not updated since then. Other than that:
|
Then I would go with |
This is now renamed to |
This PR merges eine/tip into this repository.
By the way,
tip/README.md
is enhanced, to add info about the Context, the Composite Action version, and Advanced/complex use cases.