From d45646dc41e0380b860b24d625eabb0cc247257d Mon Sep 17 00:00:00 2001 From: "A. R. Shajii" Date: Fri, 23 Aug 2024 19:32:26 -0400 Subject: [PATCH] Skip PyPI upload in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d86f55e5..ebafae52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,6 +183,6 @@ jobs: name: ${{ matrix.os }}-x86_64 path: codon-linux-x86_64.tar.gz - - name: Publish Package - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu') - uses: pypa/gh-action-pypi-publish@release/v1 + # - name: Publish Package + # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu') + # uses: pypa/gh-action-pypi-publish@release/v1