From 36b2da6819e31e08ed44ce2bc028328220962666 Mon Sep 17 00:00:00 2001 From: ver217 Date: Thu, 2 Jan 2025 10:26:11 +0800 Subject: [PATCH 1/3] [release] update version --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index ef52a648073d..f90568270955 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.6 +0.4.7 From 4dd845b1193f6e5e2fbe2e03d29b82ec0ed7b348 Mon Sep 17 00:00:00 2001 From: ver217 Date: Thu, 2 Jan 2025 13:15:40 +0800 Subject: [PATCH 2/3] [devops] fix test pypi ci --- .github/workflows/release_test_pypi_before_merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_test_pypi_before_merge.yml b/.github/workflows/release_test_pypi_before_merge.yml index 7af641fc3056..70bed40b7ab2 100644 --- a/.github/workflows/release_test_pypi_before_merge.yml +++ b/.github/workflows/release_test_pypi_before_merge.yml @@ -49,6 +49,7 @@ jobs: # we need to install the requirements.txt first # as test-pypi may not contain the distributions for libs listed in the txt file pip install -r requirements/requirements.txt + pip install setuptools pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION env: VERSION: ${{ steps.prep-version.outputs.version }} From ba2e9b0c178d577c6e1e4d40b464dbce24e73e0e Mon Sep 17 00:00:00 2001 From: ver217 Date: Thu, 2 Jan 2025 13:27:10 +0800 Subject: [PATCH 3/3] [devops] fix test pypi ci --- .github/workflows/release_test_pypi_before_merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_test_pypi_before_merge.yml b/.github/workflows/release_test_pypi_before_merge.yml index 70bed40b7ab2..3d3cfc696039 100644 --- a/.github/workflows/release_test_pypi_before_merge.yml +++ b/.github/workflows/release_test_pypi_before_merge.yml @@ -49,7 +49,7 @@ jobs: # we need to install the requirements.txt first # as test-pypi may not contain the distributions for libs listed in the txt file pip install -r requirements/requirements.txt - pip install setuptools + pip install -U setuptools==68.2.2 wheel pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION env: VERSION: ${{ steps.prep-version.outputs.version }}