Skip PyPI upload in CI

develop v0.17.0
A. R. Shajii 2024-08-23 19:32:26 -04:00
parent 15253e2338
commit d45646dc41
1 changed files with 3 additions and 3 deletions

View File

@ -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