mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-10 05:44:38 +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/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
Block a user