Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add push-button release workflow #133

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add push-button release workflow #133

wants to merge 4 commits into from

Conversation

driazati
Copy link
Collaborator

@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
.github/workflows/release.yaml Outdated Show resolved Hide resolved
docker/Dockerfile.package-cu116 Outdated Show resolved Hide resolved
source /multibuild/manylinux_utils.sh

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
Collaborator 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

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.

2 participants