Skip to content

Commit 64bc6a6

Browse files
author
koval
committed
Fix pdm install step.
1 parent f8c111f commit 64bc6a6

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/autorelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python-version: 3.8
1919
- name: Set up PDM
2020
uses: pdm-project/setup-pdm@v3
21+
with:
22+
python-version: ${{ matrix.python-version }}
2123

2224
- name: Install dependencies
2325
run: pdm install -dG release

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- name: Set up PDM
1515
uses: pdm-project/setup-pdm@v3
16+
with:
17+
python-version: ${{ matrix.python-version }}
1618

1719
- name: Publish package distributions to PyPI
1820
run: pdm publish

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.5.0"
4+
version = "2.6.0"
55
description = "Huntflow API Client for Python"
66
authors = [
77
{name = "Developers huntflow", email = "developer@huntflow.ru"},

0 commit comments

Comments
 (0)