Skip to content

Commit 7ee19d6

Browse files
committed
🧪📦 Make pypi-publish GHA output verbose
This is necessary to reveal the reason for TestPyPI rejecting sdist uploads. In the future release, these options will become enabled by default. Refs: * #799 * pypa/gh-action-pypi-publish#387
1 parent 4aafdd4 commit 7ee19d6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,8 @@ jobs:
13121312
uses: pypa/gh-action-pypi-publish@release/v1
13131313
with:
13141314
attestations: true
1315+
print-hash: true
1316+
verbose: true
13151317
13161318
publish-testpypi:
13171319
name: >-
@@ -1357,7 +1359,9 @@ jobs:
13571359
uses: pypa/gh-action-pypi-publish@release/v1
13581360
with:
13591361
attestations: true
1362+
print-hash: true
13601363
repository-url: https://test.pypi.org/legacy/
1364+
verbose: true
13611365
13621366
post-release-repo-update:
13631367
name: >-

0 commit comments

Comments
 (0)