From 8100c6e3d46d9b94676ae07c0a318c49f7b702e5 Mon Sep 17 00:00:00 2001 From: q-posev Date: Sun, 18 Aug 2024 10:35:46 +0200 Subject: [PATCH] [wheel build] Test new release system using GH Trusted Publishing --- .github/workflows/build-wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 81d70c8..b67e524 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -239,7 +239,9 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository_url: https://test.pypi.org/legacy/ - #verbose: true + skip-existing: true + verbose: true + ##verify-metadata: false #- name: Publish distribution 📦 to PyPI # uses: pypa/gh-action-pypi-publish@release/v1