Skip to content

Commit

Permalink
Remove non-manylinux wheels before upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 28, 2022
1 parent 49a6ebd commit a3b47fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:

- name: "Run Tests"
run: |
rm wheelhouse/pyms_nist_search-*-${{ matrix.config.tag }}*-linux*.whl
for whl in wheelhouse/pyms_nist_search-*-${{ matrix.config.tag }}*-manylinux*.whl; do
# Test tox with wheels
python -m tox -r -e ${{ matrix.config.testenv }} --installpkg "$whl"
Expand Down

0 comments on commit a3b47fd

Please sign in to comment.