We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d02e5a commit 76ec25dCopy full SHA for 76ec25d
.github/workflows/python-tests.yml
@@ -22,6 +22,9 @@ jobs:
22
run: |
23
sudo apt update
24
sudo apt install -y python3-pip python3-setuptools cmake patchelf python3-venv
25
- pip install -U setuptools urllib3 requests build twine .
+ pip install .
26
- name: Run bash tests
27
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
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = hhcm_forest
3
-version = 1.1.19
+version = 1.1.20
4
author = Arturo Laurenzi
5
author_email = [email protected]
6
description = A minimalistic tool to automate source code cloning and building
0 commit comments