diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 4f35275..672ff12 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -220,15 +220,15 @@ jobs: ls -sh -w 1 working-directory: dist - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - #verbose: true - - #- name: Publish distribution 📦 to PyPI + #- name: Publish distribution 📦 to Test PyPI # uses: pypa/gh-action-pypi-publish@master # with: - # password: ${{ secrets.PYPI_API_TOKEN }} + # password: ${{ secrets.TEST_PYPI_API_TOKEN }} + # repository_url: https://test.pypi.org/legacy/ + #verbose: true + + - name: Publish distribution 📦 to PyPI + uses: pypa/gh-action-pypi-publish@master + with: + password: ${{ secrets.PYPI_API_TOKEN }} #if: startsWith(github.ref, 'refs/tags')