File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -169,20 +169,15 @@ docs:
169
169
$(VENV_ACTIVATE ) $(VENV_NAME ) && \
170
170
sphinx-build docs docs/build
171
171
172
- deploy :
173
- $(VENV_ACTIVATE ) $(VENV_NAME ) && \
174
- pip install twine && \
175
- twine upload --repository testpypi ' $(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
176
-
177
172
ifeq ($(DETECTED_OS ) , linux)
178
173
deploy :
179
174
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
175
$(VENV_ACTIVATE ) $(VENV_NAME ) && \
181
176
pip install twine && \
182
- twine upload --repository testpypi ' $(shell ls wheelhouse/isx-*.whl)'
177
+ twine upload ' $(shell ls wheelhouse/isx-*.whl)'
183
178
else
184
179
deploy :
185
180
$(VENV_ACTIVATE ) $(VENV_NAME ) && \
186
181
pip install twine && \
187
- twine upload --repository testpypi ' $(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
182
+ twine upload ' $(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
188
183
endif
You can’t perform that action at this time.
0 commit comments