tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

[CI] Modify PyPI packaging Jenkins pipeline #179

Closed Liam-Sturge closed 12 months ago

Liam-Sturge commented 12 months ago

Changed the pipeline to enable the user to specify which Git ref to use for the checkout and package build. Removed additional checkout logic causing issues building the correct package.

Parameterised other variables which were previously only able to be modified within the script. Configured these with sensible default values that can be modified via the Jenkins user interface.

Minor changes to formatting.

cc @leandron @areusch @tqchen @konturn @Mousius

leandron commented 12 months ago

Thanks @Liam-Sturge