We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c1eee commit 15c43ebCopy full SHA for 15c43eb
1 file changed
.github/workflows/ci.yml
@@ -216,6 +216,6 @@ jobs:
216
name: ${{ matrix.os }}-x86_64
217
path: codon-linux-x86_64.tar.gz
218
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
+ - 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 commit comments