Skip to content

Commit 0ae2e30

Browse files
vbrodskyVal Brodsky
authored andcommitted
Exclude lb-example library from build (#1948)
1 parent d40fb6e commit 0ae2e30

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
list-files: 'json'
3838
filters: |
3939
lbox:
40-
- 'libs/lbox*/**'
40+
- 'libs/lbox-!(example)/**'
4141
- id: matrix
4242
uses: ./.github/actions/lbox-matrix
4343
with:
@@ -138,6 +138,7 @@ jobs:
138138
permissions:
139139
# IMPORTANT: this permission is mandatory for trusted publishing
140140
id-token: write
141+
contents: read
141142
steps:
142143
- uses: actions/download-artifact@v4
143144
with:
@@ -146,7 +147,9 @@ jobs:
146147
- name: Publish package distributions to PyPI
147148
uses: pypa/gh-action-pypi-publish@release/v1
148149
with:
149-
packages-dir: artifact/
150+
packages-dir: ./artifact
151+
verbose: true
152+
print-hash: true
150153
container-publish:
151154
runs-on: ubuntu-latest
152155
needs: ['build', 'path-filter']

0 commit comments

Comments
 (0)