diff --git a/.github/workflows/upload_new_tag_to_pypi.yml b/.github/workflows/upload_new_tag_to_pypi.yml index 3e94dc8d..d1b2310a 100644 --- a/.github/workflows/upload_new_tag_to_pypi.yml +++ b/.github/workflows/upload_new_tag_to_pypi.yml @@ -35,10 +35,10 @@ jobs: run: >- twine check dist/* - # - name: Publish 📦 to PyPI - # if: startsWith(github.ref, 'refs/tags') - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # user: __token__ - # password: ${{ secrets.PYPI_API_TOKEN }} - # verbose: true + - name: Publish 📦 to PyPI + if: startsWith(github.ref, 'refs/tags') + uses: pypa/gh-action-pypi-publish@release/v1 + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} + verbose: true