Skip to content

Commit

Permalink
Fix abi suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Aug 8, 2020
1 parent 73825e4 commit c031423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build manylinux Python wheels
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38m'
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38'
- name: Publish wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit c031423

Please sign in to comment.