mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
Have test-pypi only run on develop branch
This commit is contained in:
parent
50d105ec82
commit
821bfb47c0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user