Skip to content

Commit

Permalink
Update python-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut authored Sep 2, 2022
1 parent a1f2227 commit b76e9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD: cp39-*
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_x86_64
CIBW_BUILD: cp37-*
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit b76e9d5

Please sign in to comment.