Skip to content

Commit

Permalink
Merge pull request #404 from PaddlePaddle/Liwb5-patch-2
Browse files Browse the repository at this point in the history
Update build_and_upload_PyPI.yml
  • Loading branch information
Yelrose authored Apr 21, 2022
2 parents 6b02d69 + 08eeb7b commit 27ca2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'macos-latest' ]
arch: [ 'x86_64' ]
cibw_python: [ "cp*" ]
cibw_python: [ 'cp36*', 'cp37*', 'cp38*', 'cp39*' ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 27ca2af

Please sign in to comment.