Skip to content

Commit 758ff51

Browse files
chore: update py version in cicd.yml
1 parent 951d7ad commit 758ff51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
python-version: [3.8.6]
15+
python-version: [3.10.13]
1616

1717
steps:
1818
- name: Checkout this repository
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-20.04
3737
strategy:
3838
matrix:
39-
python-version: [3.8.6]
39+
python-version: [3.10.13]
4040

4141
steps:
4242
- name: Checkout this repository
@@ -90,6 +90,6 @@ jobs:
9090
- name: Publish release
9191
uses: ./actions/py/publish
9292
with:
93-
python-version: 3.x
93+
python-version: 3.10.13
9494
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
9595
pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)