This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 0107f17f infra: add verbose=true to pypa/gh-action-pypi-publish (#1846)
0107f17f is described below
commit 0107f17f568c770d22c13aab9f38f1726df38745
Author: Kevin Liu <[email protected]>
AuthorDate: Thu Nov 13 02:38:24 2025 -0800
infra: add verbose=true to pypa/gh-action-pypi-publish (#1846)
## Which issue does this PR close?
- Closes #.
## What changes are included in this PR?
Follow up to #1836
Also add `verbose: true` to `pypa/gh-action-pypi-publish` in
`.github/workflows/release_python.yml`
## Are these changes tested?
---
.github/workflows/release_python.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_python.yml
b/.github/workflows/release_python.yml
index bc2aae12..e6b7021c 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -185,7 +185,7 @@ jobs:
path: bindings/python/dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
-
with:
skip-existing: true
packages-dir: bindings/python/dist
+ verbose: true