mirror of https://github.com/hpcaitech/ColossalAI
[workflow] fixed pypi release workflow error (#2327)
parent
8d8dec09ba
commit
2916eed34a
|
@ -18,8 +18,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8.14'
|
||||
with:
|
||||
python-version: '3.8.14'
|
||||
|
||||
- run: python setup.py sdist build
|
||||
|
||||
|
|
Loading…
Reference in New Issue