From b81212826f686adc857781719f2d7c1e9984f88c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 20 Jun 2023 16:12:37 +0200 Subject: [PATCH] ci: Add pyln-grpc-proto to auto-publication workflow --- .github/workflows/pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 115a4fc28..22a5e65ae 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -25,6 +25,8 @@ jobs: WORKDIR: contrib/pyln-testing - PACKAGE: pyln-proto WORKDIR: contrib/pyln-proto + - PACKAGE: pyln-grpc-proto + WORKDIR: contrib/pyln-grpc-proto # Bolt packages are handled differently #- PACKAGE: pyn-bolt1 # WORKDIR: contrib/pyln-spec/bolt1/