We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2936456 commit ac58e92Copy full SHA for ac58e92
Makefile
@@ -176,7 +176,7 @@ deploy:
176
177
ifeq ($(DETECTED_OS), linux)
178
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"
+ 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"
180
$(VENV_ACTIVATE) $(VENV_NAME) && \
181
pip install twine && \
182
twine upload --repository testpypi '$(shell ls wheelhouse/isx-*.whl)'
0 commit comments