Skip to content

Commit

Permalink
new deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 17, 2024
1 parent 89d83d4 commit 49768a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Check built wheel contents
run: ls -R dist/

- name: Build manylinux Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
uses: RalfG/python-wheels-manylinux-build@v0.7.1
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp31 cp312-cp312'
python-versions: 'cp36-cp36m'

- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 49768a3

Please sign in to comment.