mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-09 21:09:18 +00:00
[workflow] fixed pypi release workflow error (#2327)
This commit is contained in:
4
.github/workflows/release_pypi.yml
vendored
4
.github/workflows/release_pypi.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8.14'
|
python-version: '3.8.14'
|
||||||
|
|
||||||
- run: python setup.py sdist build
|
- run: python setup.py sdist build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user