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')