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

pull/2328/head
Frank Lee 2023-01-05 10:48:38 +08:00 committed by GitHub
parent 8d8dec09ba
commit 2916eed34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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