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 20bc01e commit 7a8a6c5Copy full SHA for 7a8a6c5
.github/workflows/python-tests.yml
@@ -30,4 +30,4 @@ jobs:
30
run: python3 test/test_run_bash_tests.py
31
- name: Push step (only on tag)
32
if: startsWith(github.ref, 'refs/tags/') && matrix.python-version == '3.10'
33
- run: PYPI_TOKEN="${{ secrets.DOCKERHUB_TOKEN }}" bash deploy.bash
+ run: PYPI_TOKEN="${{ secrets.PYPI_TOKEN }}" bash deploy.bash
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = hhcm_forest
3
-version = 1.1.22
+version = 1.1.20
4
author = Arturo Laurenzi
5
author_email = arturo.laurenzi@iit.it
6
description = A minimalistic tool to automate source code cloning and building
0 commit comments