-
Notifications
You must be signed in to change notification settings - Fork 15
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
Change trigger type for PyPI publish action #311
Conversation
`released` reacts only to stable releases, `prereleased` reacts to pre-releases, but not those converted from draft, `published` reacts to both. Signed-off-by: Nikola Forró <[email protected]>
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
Failed to load packit config file:
For more info, please check out the documentation or contact the Packit team. |
Build succeeded. ✔️ pre-commit SUCCESS in 1m 46s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 51s |
released
reacts only to stable releases,prereleased
reacts to pre-releases, but not those converted from draft,published
reacts to both.