From edf4bc2cba76d41f990c7dad4ad5c1cf2587a657 Mon Sep 17 00:00:00 2001 From: Val Brodsky Date: Wed, 15 Jan 2025 16:41:38 -0800 Subject: [PATCH] Debug --- .github/workflows/lbox-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lbox-publish.yml b/.github/workflows/lbox-publish.yml index 9bf2cb720..031207155 100644 --- a/.github/workflows/lbox-publish.yml +++ b/.github/workflows/lbox-publish.yml @@ -37,7 +37,7 @@ jobs: list-files: 'json' filters: | lbox: - - 'libs/lbox*/**' + - 'libs/lbox-!(example)/**' - id: matrix uses: ./.github/actions/lbox-matrix with: @@ -147,6 +147,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: artifact/ + verbose: true container-publish: runs-on: ubuntu-latest needs: ['build', 'path-filter']