Skip to content

Conversation

@driazati
Copy link
Contributor

@driazati driazati commented Aug 8, 2022

This adds a GitHub Action workflow called Release that can be used to build all the packages for the current tag specified in common/sync_package.py and post them as artifacts (and optionally publish to pypi and tlcpack.ai/wheels)

@driazati driazati marked this pull request as ready for review August 8, 2022 16:55

TVM_PYTHON_DIR="/workspace/tvm/python"
PYTHON_VERSIONS_CPU=("3.7" "3.8" "3.9" "3.10")
PYTHON_VERSIONS_GPU=("3.7" "3.8" "3.9" "3.10")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't match the Python versions installed in the Docker image proposed here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the install scripts to use the miniconda Pythons (and detect them here instead of manually listing them out) which I think makes this all a bit cleaner and easier to update in the future when 3.11 rolls around

@driazati driazati force-pushed the release_workflow branch 6 times, most recently from cbebf41 to f282d14 Compare October 17, 2022 19:26
@driazati driazati requested a review from leandron October 18, 2022 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants