diff --git a/contrib/pyln-proto/Makefile b/contrib/pyln-proto/Makefile index 65cdf74e6..edc6a565c 100644 --- a/contrib/pyln-proto/Makefile +++ b/contrib/pyln-proto/Makefile @@ -39,7 +39,7 @@ test-release: check $(ARTEFACTS) testpypi/bin/pytest tests rm -rf testpypi -prod-release: test $(ARTEFACTS) +prod-release: test-release $(ARTEFACTS) python3 -m twine upload $(ARTEFACTS) clean: diff --git a/contrib/pyln-spec/Makefile b/contrib/pyln-spec/Makefile index 95b00fc22..053b52f49 100755 --- a/contrib/pyln-spec/Makefile +++ b/contrib/pyln-spec/Makefile @@ -66,7 +66,7 @@ test-release-bolt%: $(ARTEFACTS) test-release: check $(foreach b,$(BOLTS),test-release-bolt$b) -prod-release: test $(ARTEFACTS) +prod-release: test-release $(ARTEFACTS) python3 -m twine upload $(ARTEFACTS) refresh: $(CODE_DIRS:%=%/gen_csv_version.py) $(CODE_DIRS:%=%/gen_version.py)