Skip to content

Commit

Permalink
manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 11, 2024
1 parent e95c351 commit 99a9e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Build and test greenlet
- name: Build and test nti.externalization
env:
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
run: bash ./make-manylinux
Expand Down
3 changes: 1 addition & 2 deletions make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ if [ -d /project ] && [ -d /opt/python ]; then

# XXX: The name of the wheel doesn't match the name of the project
PATH="$OPATH" auditwheel repair $WHL
WHL=$(ls wheelhouse/*many*whl)
WHL=$(ls wheelhouse/nti.externalization*whl)
cp $WHL /project/wheelhouse
ls -l /project/wheelhouse

rm -rf build
rm -rf wheelhouse
rm -f dist/icrs*ssl*.whl

done

Expand Down

0 comments on commit 99a9e2e

Please sign in to comment.