From 58bcea212ca024cb75dafc6d16c9cc3e39df7e9d Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Thu, 3 Oct 2024 11:16:05 -0400 Subject: [PATCH] Disable the PyPI release for testing only --- .github/workflows/pypi_release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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