We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e36fc commit d561077Copy full SHA for d561077
Makefile
@@ -179,10 +179,10 @@ ifeq ($(DETECTED_OS), linux)
179
deploy: repair-linux
180
$(VENV_ACTIVATE) $(VENV_NAME) && \
181
pip install twine && \
182
- twine upload --repository testpypi '$(shell ls wheelhouse/isx-*.whl)'
+ twine upload '$(shell ls wheelhouse/isx-*.whl)'
183
else
184
deploy:
185
186
187
- twine upload --repository testpypi '$(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
+ twine upload '$(shell ls $(BUILD_PATH_BIN)/dist/isx-*.whl)'
188
endif
0 commit comments