From 1b5c647b402eed654a00c413a41ec68efa0dc89f Mon Sep 17 00:00:00 2001 From: Noah Shutty Date: Fri, 4 Sep 2026 18:50:18 -0400 Subject: [PATCH] Disable package publishing to testpypi Comment out the testpypi publishing step in the workflow since it is currently not working properly. --- .github/workflows/dry-run-release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dry-run-release.yml b/.github/workflows/dry-run-release.yml index cb64a40f..e4a192b0 100644 --- a/.github/workflows/dry-run-release.yml +++ b/.github/workflows/dry-run-release.yml @@ -113,12 +113,12 @@ jobs: pip install build twine twine check wheelhouse/* - - name: Publish package to testpypi - uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 - with: - repository-url: https://test.pypi.org/legacy/ - user: __token__ - password: ${{ secrets.TEST_PYPI_TOKEN }} - packages-dir: wheelhouse/ - verbose: true + # - name: Publish package to testpypi + # uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 + # with: + # repository-url: https://test.pypi.org/legacy/ + # user: __token__ + # password: ${{ secrets.TEST_PYPI_TOKEN }} + # packages-dir: wheelhouse/ + # verbose: true