We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15253e2 commit d45646dCopy full SHA for d45646d
1 file changed
.github/workflows/ci.yml
@@ -183,6 +183,6 @@ jobs:
183
name: ${{ matrix.os }}-x86_64
184
path: codon-linux-x86_64.tar.gz
185
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
+ # - 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