diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aeb6ead..0b7c1b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,13 +57,13 @@ jobs: - name: Download distributions uses: actions/download-artifact@v4 - # - name: Deploy test distribution to Test PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # password: ${{ secrets.TEST_PYPI_API_TOKEN }} - # verbose: true - # repository_url: https://test.pypi.org/legacy/ - # skip_existing: true + - name: Deploy test distribution to Test PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.TEST_PYPI_API_TOKEN }} + verbose: true + repository_url: https://test.pypi.org/legacy/ + skip_existing: true - name: Deploy tagged release on PyPI if: startsWith(github.ref, 'refs/tags')