mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-11 14:24:27 +00:00
[workflow] fixed pypi release workflow error (#2327)
This commit is contained in:
parent
8d8dec09ba
commit
2916eed34a
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user