We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdef9f commit 479067eCopy full SHA for 479067e
.github/workflows/release_test_pypi_before_merge.yml
@@ -49,6 +49,7 @@ jobs:
49
# we need to install the requirements.txt first
50
# as test-pypi may not contain the distributions for libs listed in the txt file
51
pip install -r requirements/requirements.txt
52
+ pip install -U setuptools==68.2.2 wheel
53
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.python.org/pypi colossalai==$VERSION
54
env:
55
VERSION: ${{ steps.prep-version.outputs.version }}
version.txt
@@ -1 +1 @@
1
-0.4.6
+0.4.7
0 commit comments