intelmq
intelmq copied to clipboard
Automate beta/nightly releases to PyPI
It would be nice to automatically build and publish in PyPI beta releases of IntelMQ. It may help with testing by more people.
Beta releases should have postfix of beta (or maybe nightly?) + probably the date of generation in the version, e.g., 3.3.0beta20230719. We can decide to use something else, but the date should be the easiest. They can be generated e.g. every two weeks using periodic Github Action, without any human intervention.