Skip to content

Commit 028ccb0

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/lbox-publish.yml

Lines changed: 6 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,10 @@ 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
153+
attestations: false
150154
container-publish:
151155
runs-on: ubuntu-latest
152156
needs: ['build', 'path-filter']

0 commit comments

Comments
 (0)