diff --git a/.github/workflows/pypi_release.yaml b/.github/workflows/pypi_release.yaml index ea8d54f..122b5ae 100644 --- a/.github/workflows/pypi_release.yaml +++ b/.github/workflows/pypi_release.yaml @@ -64,11 +64,11 @@ jobs: with: name: python-package-distributions path: dist/ - - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - env: - TWINE_USERNAME: "__token__" - TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} + # - name: Publish distribution to PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # env: + # TWINE_USERNAME: "__token__" + # TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} github-release: name: Sign the Python distribution with Sigstore and upload them to GitHub Release