Have test-pypi only run on develop branch

pull/335/head
A. R. Shajii 2023-03-31 11:48:23 -04:00
parent 50d105ec82
commit 821bfb47c0
1 changed files with 1 additions and 1 deletions

View File

@ -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__