Skip to content

Commit c37f430

Browse files
committed
ci push on tag
1 parent 76ec25d commit c37f430

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Python Bash Tests
22

33
on:
44
push:
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
57
branches: [ master ]
68
pull_request:
79
branches: [ master ]
@@ -26,5 +28,5 @@ jobs:
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = hhcm_forest
3-
version = 1.1.20
3+
version = 1.1.21
44
author = Arturo Laurenzi
55
author_email = arturo.laurenzi@iit.it
66
description = A minimalistic tool to automate source code cloning and building

0 commit comments

Comments
 (0)