From 464008ca07f85d54ab32c72c80689dfe9546760d Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Mon, 15 Apr 2024 16:01:26 -0400 Subject: [PATCH] Disable posting pypi packages --- .github/workflows/actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6652acc..75f46e7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -55,7 +55,8 @@ jobs: - name: Build Python package and Upload to PyPi shell: bash -l {0} - if: ${{ startsWith( github.ref, 'refs/tags/v') && matrix.python-version == env.PYTHON_MAIN_VERSION }} + if: false # disabled for now + #if: ${{ startsWith( github.ref, 'refs/tags/v') && matrix.python-version == env.PYTHON_MAIN_VERSION }} env: PYPI_TOKEN_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: |