File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 37
37
list-files : ' json'
38
38
filters : |
39
39
lbox:
40
- - 'libs/lbox* /**'
40
+ - 'libs/lbox-!(example) /**'
41
41
- id : matrix
42
42
uses : ./.github/actions/lbox-matrix
43
43
with :
@@ -138,6 +138,7 @@ jobs:
138
138
permissions :
139
139
# IMPORTANT: this permission is mandatory for trusted publishing
140
140
id-token : write
141
+ contents : read
141
142
steps :
142
143
- uses : actions/download-artifact@v4
143
144
with :
@@ -146,7 +147,9 @@ jobs:
146
147
- name : Publish package distributions to PyPI
147
148
uses : pypa/gh-action-pypi-publish@release/v1
148
149
with :
149
- packages-dir : artifact/
150
+ packages-dir : ./artifact
151
+ verbose : true
152
+ print-hash : true
150
153
container-publish :
151
154
runs-on : ubuntu-latest
152
155
needs : ['build', 'path-filter']
You can’t perform that action at this time.
0 commit comments