mirror of https://github.com/exaloop/codon.git
Have test-pypi only run on develop branch
parent
50d105ec82
commit
821bfb47c0
|
@ -233,7 +233,7 @@ jobs:
|
|||
path: codon-linux-x86_64.tar.gz
|
||||
|
||||
- name: Publish on TestPyPI
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
if: github.ref == 'refs/heads/develop' && startsWith(matrix.os, 'ubuntu')
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: __token__
|
||||
|
|
Loading…
Reference in New Issue