Skip to content

Commit

Permalink
Remove different wheel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
agates authored May 17, 2024
1 parent ef0d73f commit 30a30ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
system-packages: 'capnproto'
- name: Remove obsolete wheels
run: sudo rm dist/*manylinux_2_17_x86_64.whl
run: sudo rm dist/*manylinux_2_5_x86_64.whl
- name: Build manylinux Python 3.10 wheels
uses: RalfG/[email protected]
with:
Expand All @@ -42,7 +42,7 @@ jobs:
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
system-packages: 'capnproto'
- name: Remove obsolete wheels
run: sudo rm dist/*manylinux_2_17_x86_64.whl
run: sudo rm dist/*manylinux_2_5_x86_64.whl
- name: Build manylinux Python 3.11 wheels
uses: RalfG/[email protected]
with:
Expand All @@ -52,7 +52,7 @@ jobs:
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
system-packages: 'capnproto'
- name: Remove obsolete wheels
run: sudo rm dist/*manylinux_2_17_x86_64.whl
run: sudo rm dist/*manylinux_2_5_x86_64.whl
- name: Build python files #(Yes this is redundant but poetry wont include python files in wheels that don't exist when it starts)
uses: RalfG/[email protected]
with:
Expand Down

0 comments on commit 30a30ad

Please sign in to comment.