Skip to content

Commit f644582

Browse files
committed
Debug why TestPyPI is not working
1 parent d55c963 commit f644582

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
id-token: write
1515
steps:
1616
- uses: actions/checkout@v6
17+
with:
18+
fetch-depth: 0
1719
- name: Set up Python
1820
uses: actions/setup-python@v6
1921
with:
@@ -31,3 +33,4 @@ jobs:
3133
uses: pypa/gh-action-pypi-publish@release/v1
3234
with:
3335
repository-url: https://test.pypi.org/legacy/
36+
verbose: true

0 commit comments

Comments
 (0)