Skip to content

Commit 76ec25d

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

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

.github/workflows/python-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
run: |
2323
sudo apt update
2424
sudo apt install -y python3-pip python3-setuptools cmake patchelf python3-venv
25-
pip install -U setuptools urllib3 requests build twine .
25+
pip install .
2626
- name: Run bash tests
2727
run: python3 test/test_run_bash_tests.py
28+
- name: Push step (only on tag)
29+
if: startsWith(github.ref, 'refs/tags/')
30+
run: PYPI_TOKEN="${{ secrets.DOCKERHUB_TOKEN }}" bash deploy.bash

.travis.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

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.19
3+
version = 1.1.20
44
author = Arturo Laurenzi
55
author_email = [email protected]
66
description = A minimalistic tool to automate source code cloning and building

0 commit comments

Comments
 (0)