mutablesecurity
mutablesecurity copied to clipboard
Workflows for Automatic Distribution of New Versions
Improvement Description
At the moment, the Python package is manually published to PyPi. In addition, PEX executables and Debian packages are locally built using the distribution repository and guides from documentation.
To automate this, we can create multiple GitHub workflows to:
- Publish the new package to PyPi
- Build PEX executables for different Python versions
- Build Debian packages for different Python versions
- Push the newly created Debian packages into the repository.
Possible Solution
- Workflows creation
Contact Details
No response