Skip to content

Commit

Permalink
pipy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 13, 2023
1 parent 334a2e0 commit 29f18e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Build manylinux Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'

- uses: actions/upload-artifact@master
with:
Expand All @@ -29,6 +29,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@master
with:
ls
fetch-depth: 0

- name: Set up Python 3.7
Expand All @@ -42,7 +43,8 @@ jobs:
python-version: 3.8

- uses: actions/download-artifact@master
with:
with:ls

name: linux-wheel
path: dist

Expand Down

0 comments on commit 29f18e1

Please sign in to comment.