Skip to content

Commit 7a8a6c5

Browse files
committed
try fix ci
1 parent 20bc01e commit 7a8a6c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: python3 test/test_run_bash_tests.py
3131
- name: Push step (only on tag)
3232
if: startsWith(github.ref, 'refs/tags/') && matrix.python-version == '3.10'
33-
run: PYPI_TOKEN="${{ secrets.DOCKERHUB_TOKEN }}" bash deploy.bash
33+
run: PYPI_TOKEN="${{ secrets.PYPI_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.22
3+
version = 1.1.20
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)