From 16256522f6fd1d3f6ef05851c56ed85756ccd8cb Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Tue, 25 Jul 2023 16:13:47 +0300 Subject: [PATCH] Disable Test PyPI dist --- .github/workflows/publish-package.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 90e73f69..1cfc5a60 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -28,11 +28,11 @@ jobs: --wheel --outdir dist/ . - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.SANIC_TEST_PYPI_API_TOKEN }} - repository-url: https://test.pypi.org/legacy/ + # - name: Publish distribution 📦 to Test PyPI + # uses: pypa/gh-action-pypi-publish@release/v1 + # with: + # password: ${{ secrets.SANIC_TEST_PYPI_API_TOKEN }} + # repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: