Skip to content

Commit a804778

Browse files
author
Nosheen Adil
committed
fix linux
1 parent 7bcadae commit a804778

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ docs:
171171
ifeq ($(DETECTED_OS), linux)
172172
deploy:
173173
docker run \
174-
-v $(shell pwd):/io quay.io/pypa/manylinux_2_34_x86_64 \
175-
-u $(id -u ${USER}):$(id -g ${USER}) \
174+
-v $(shell pwd):/io \
175+
-u $(shell id -u ${USER}):$(shell id -g ${USER}) \
176+
quay.io/pypa/manylinux_2_34_x86_64 \
176177
/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"
177178
$(VENV_ACTIVATE) $(VENV_NAME) && \
178179
pip install twine && \

0 commit comments

Comments
 (0)