Skip to content

Commit d561077

Browse files
author
Nosheen Adil
committed
remove test pypi
1 parent 47e36fc commit d561077

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
@@ -179,10 +179,10 @@ ifeq ($(DETECTED_OS), linux)
179179
deploy: repair-linux
180180
$(VENV_ACTIVATE) $(VENV_NAME) && \
181181
pip install twine && \
182-
twine upload --repository testpypi '$(shell ls wheelhouse/isx-*.whl)'
182+
twine upload '$(shell ls wheelhouse/isx-*.whl)'
183183
else
184184
deploy:
185185
$(VENV_ACTIVATE) $(VENV_NAME) && \
186186
pip install twine && \
187-
twine upload --repository testpypi '$(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
187+
twine upload '$(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
188188
endif

0 commit comments

Comments
 (0)