mutablesecurity icon indicating copy to clipboard operation
mutablesecurity copied to clipboard

Workflows for Automatic Distribution of New Versions

Open iosifache opened this issue 3 years ago • 0 comments

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

iosifache avatar Oct 22 '22 07:10 iosifache