Skip to content

Commit 1a52a27

Browse files
committed
aaa
1 parent 544244e commit 1a52a27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_preview.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- 'preview'
77

88
permissions:
9-
id-token: write # Required for OIDC
10-
contents: read # Required to read the repo content
9+
id-token: write
10+
contents: read
1111

1212
jobs:
1313
publish-to-pypi:
@@ -55,3 +55,4 @@ jobs:
5555
uses: pypa/gh-action-pypi-publish@release/v1
5656
with:
5757
repository-url: https://test.pypi.org/legacy/
58+
verbose: true

0 commit comments

Comments
 (0)