Skip to content

Commit 5a863c0

Browse files
author
koval
committed
Fix github action.
1 parent 8bc6f6e commit 5a863c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@v3
14+
15+
- name: Set up python
16+
uses: actions/setup-python@v4
17+
with:
18+
python-version: 3.8
19+
1420
- name: Set up PDM
1521
uses: pdm-project/setup-pdm@v3
1622
with:
23+
python-version: 3.8
1724
version: 2.20.1
1825

1926
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)