Skip to content

Commit

Permalink
Skip PyPI upload in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arshajii committed Aug 23, 2024
1 parent 15253e2 commit d45646d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d45646d

Please sign in to comment.