You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
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.