We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c4222 commit 3a89265Copy full SHA for 3a89265
1 file changed
Makefile
@@ -41,7 +41,7 @@ rel-agent: check-version check-python-vars
41
42
python -m build $(ROOT_DIR)
43
44
- python -m twine -u $(TWINE_USER) -p $(TWINE_PASSWORD) upload $(ROOT_DIR)/dist/*
+ python -m twine upload -u $(TWINE_USER) -p $(TWINE_PASSWORD) $(ROOT_DIR)/dist/*
45
46
.PHONY: rel-docker-test-app
47
rel-docker-test-app:
0 commit comments