Skip to content

Commit 68a6c99

Browse files
Add verbose to PyPI publish step to debug 403
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 104d29f commit 68a6c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949

5050
- name: Publish package
5151
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
52+
with:
53+
verbose: true
5254

5355
# Best-effort: attempt Azure upload even if PyPI fails, but only if build succeeded.
5456
- name: Create .pypirc for Azure Artifacts

0 commit comments

Comments
 (0)