mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 12:30:42 +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/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8.14'
|
||||
with:
|
||||
python-version: '3.8.14'
|
||||
|
||||
- run: python setup.py sdist build
|
||||
|
||||
|
Reference in New Issue
Block a user