Publish to PyPI in workflow

pull/621/head
A. R. Shajii 2025-01-29 15:52:50 -05:00
parent b8c1eeed36
commit 15c43eb94e
1 changed files with 3 additions and 3 deletions

View File

@ -216,6 +216,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