Skip to content

Commit d45646d

Browse files
committed
Skip PyPI upload in CI
1 parent 15253e2 commit d45646d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ jobs:
183183
name: ${{ matrix.os }}-x86_64
184184
path: codon-linux-x86_64.tar.gz
185185

186-
- name: Publish Package
187-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')
188-
uses: pypa/gh-action-pypi-publish@release/v1
186+
# - name: Publish Package
187+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')
188+
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)