Skip to content

Commit

Permalink
Delete manylinux1 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Nov 14, 2022
1 parent 80d6640 commit 428fd89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
'python -m Cryptodome.SelfTest --skip-slow-tests' ||
'python -m Crypto.SelfTest --skip-slow-tests' }}"

- name: Delete manylinux1 wheels
run: |
rm wheelhouse/*-manylinux1_i686.whl
rm wheelhouse/*-manylinux1_x86_64.whl
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 428fd89

Please sign in to comment.