From d0044bf7a006c9daa1e5299526421229b2ab059f Mon Sep 17 00:00:00 2001 From: q-posev Date: Sun, 18 Aug 2024 11:19:10 +0200 Subject: [PATCH] [skip ci] Enable back PyPI publishing for the upcoming release --- .github/workflows/build-wheels.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index b67e524..7f571fb 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -235,14 +235,13 @@ jobs: ls -sh -w 1 working-directory: dist - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository_url: https://test.pypi.org/legacy/ - skip-existing: true - verbose: true - ##verify-metadata: false - - #- name: Publish distribution 📦 to PyPI + #- name: Publish distribution 📦 to Test PyPI # uses: pypa/gh-action-pypi-publish@release/v1 - # ##if: startsWith(github.ref, 'refs/tags') + # with: + # repository_url: https://test.pypi.org/legacy/ + # verbose: true + # ##verify-metadata: false + + - name: Publish distribution 📦 to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + ##if: startsWith(github.ref, 'refs/tags')