File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Python Bash Tests
22
33on :
44 push :
5+ tags :
6+ - ' v[0-9]+.[0-9]+.[0-9]+'
57 branches : [ master ]
68 pull_request :
79 branches : [ master ]
2628 - name : Run bash tests
2729 run : python3 test/test_run_bash_tests.py
2830 - name : Push step (only on tag)
29- if : startsWith(github.ref, 'refs/tags/')
31+ if : startsWith(github.ref, 'refs/tags/') && matrix.python-version == '3.10'
3032 run : PYPI_TOKEN="${{ secrets.DOCKERHUB_TOKEN }}" bash deploy.bash
Original file line number Diff line number Diff line change 11[metadata]
22name = hhcm_forest
3- version = 1.1.20
3+ version = 1.1.21
44author = Arturo Laurenzi
55author_email = arturo.laurenzi@iit.it
66description = A minimalistic tool to automate source code cloning and building
You can’t perform that action at this time.
0 commit comments