Skip to content

Commit af3475d

Browse files
author
koval
committed
Fix by comments.
1 parent 5d9cb8d commit af3475d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/autorelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- name: Set up PDM
2020
uses: pdm-project/setup-pdm@v3
2121
with:
22-
python-version: ${{ matrix.python-version }}
2322
version: 2.20.1
2423

2524
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- name: Set up PDM
1515
uses: pdm-project/setup-pdm@v3
1616
with:
17-
python-version: ${{ matrix.python-version }}
1817
version: 2.20.1
1918

2019
- name: Publish package distributions to PyPI

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "huntflow-api-client"
4-
version = "2.6.0"
4+
version = "2.5.0"
55
description = "Huntflow API Client for Python"
66
authors = [
77
{name = "Developers huntflow", email = "[email protected]"},

0 commit comments

Comments
 (0)