diff --git a/.github/workflows/release_test_pypi_before_merge.yml b/.github/workflows/release_test_pypi_before_merge.yml index 7af641fc3056..3d3cfc696039 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 -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 }} 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