mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
pyln-proto, pyln-spec: fix 'make prod-release' target.
rusty$ make prod-release make: *** No rule to make target 'test', needed by 'prod-release'. Stop. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
2e9c387f45
commit
74abd30da5
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue