Unverified Commit 2916eed3 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] fixed pypi release workflow error (#2327)

parent 8d8dec09
...@@ -18,8 +18,8 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment