diff --git a/.github/workflows/Publish.yaml b/.github/workflows/Publish.yaml index a438147..dde666c 100644 --- a/.github/workflows/Publish.yaml +++ b/.github/workflows/Publish.yaml @@ -25,14 +25,4 @@ jobs: python -m build --sdist --wheel - name: Upload to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.8 - # dont specify anything for Trusted Publishing - # https://docs.pypi.org/trusted-publishers - # with: - # # Using token - # user: __token__ - # password: ${{ secrets.PYPI_API_TOKEN }} - # - # # Using token on test index - # password: ${{ secrets.PYPI_TEST_API_TOKEN }} - # repository_url: https://test.pypi.org/legacy/ + uses: pypa/gh-action-pypi-publish@release/v1.12