Skip to content

Commit ac58e92

Browse files
author
Nosheen Adil
committed
fix linux deploy
1 parent 2936456 commit ac58e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ deploy:
176176

177177
ifeq ($(DETECTED_OS), linux)
178178
deploy:
179-
docker run -v $(pwd):/io quay.io/pypa/manylinux_2_34_x86_64 /bin/bash -c "cd /io && LD_LIBRARY_PATH=/io/build/Release/bin/isx/lib:$LD_LIBRARY_PATH auditwheel repair /io/build/Release/bin/dist/isx*.whl"
179+
docker run -v $(shell pwd):/io quay.io/pypa/manylinux_2_34_x86_64 /bin/bash -c "cd /io && LD_LIBRARY_PATH=/io/build/Release/bin/isx/lib:$LD_LIBRARY_PATH auditwheel repair /io/build/Release/bin/dist/isx*.whl"
180180
$(VENV_ACTIVATE) $(VENV_NAME) && \
181181
pip install twine && \
182182
twine upload --repository testpypi '$(shell ls wheelhouse/isx-*.whl)'

0 commit comments

Comments
 (0)