This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.12.0-a1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit a4727be8cd3c1d9d30ab4395d91e24fa59cac59c Author: chaokunyang <[email protected]> AuthorDate: Thu Aug 14 22:03:54 2025 +0800 fix upload --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ddc5ad613..eb7a32ebf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -134,10 +134,13 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ skip-existing: true + verbose: true + verify-metadata: false packages-dir: downloaded_wheels - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 if: ${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-') }} with: skip-existing: true + verify-metadata: false packages-dir: downloaded_wheels --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
