Skip to content

Commit 15c43eb

Browse files
committed
Publish to PyPI in workflow
1 parent b8c1eee commit 15c43eb

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
@@ -216,6 +216,6 @@ jobs:
216216
name: ${{ matrix.os }}-x86_64
217217
path: codon-linux-x86_64.tar.gz
218218

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

0 commit comments

Comments
 (0)