Python build/release best practices
What is the recommendation as far as building/releasing python processes (with integration for PyCharm)?
Ideally, I'd want to produce a single tar or zip artifact that bundles everything together (the build may contain config and/or shell scripts as well). I would expect to set up the build i.e. what files need to go in what directories and then increment a version number and produce the archive very easily.
Thanks in advance for taking the time to read.
Ideally, I'd want to produce a single tar or zip artifact that bundles everything together (the build may contain config and/or shell scripts as well). I would expect to set up the build i.e. what files need to go in what directories and then increment a version number and produce the archive very easily.
Thanks in advance for taking the time to read.
Please sign in to leave a comment.