Skip to content

Commit 244c2a5

Browse files
author
Nosheen Adil
committed
use testpypi to test linux again
1 parent 09e98d3 commit 244c2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ deploy:
174174
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"
175175
$(VENV_ACTIVATE) $(VENV_NAME) && \
176176
pip install twine && \
177-
twine upload '$(shell ls wheelhouse/isx-*.whl)'
177+
twine upload --repository testpypi '$(shell ls wheelhouse/isx-*.whl)'
178178
else
179179
deploy:
180180
$(VENV_ACTIVATE) $(VENV_NAME) && \
181181
pip install twine && \
182-
twine upload '$(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
182+
twine upload --repository testpypi '$(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
183183
endif

0 commit comments

Comments
 (0)