Did not generate Pypi test if not on the develop branch

This commit is contained in:
nicolargo 2024-11-01 10:53:52 +01:00
parent 5a3ce6e8aa
commit 6095eadd30
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ jobs:
--outdir dist/
- name: Publish distribution package to Test PyPI
if: github.ref == 'refs/heads/develop'
uses: pypa/gh-action-pypi-publish@release/v1
with:
# user and password should be removed