Skip to content

Commit 2a28576

Browse files
committed
chore: update GH WF
1 parent d2b9f92 commit 2a28576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
publish:
6666
needs: [run-linter, run-tests]
67-
runs-on: ubuntu-24.04
67+
runs-on: ubuntu-latest
6868
if: github.ref_name == 'dev'
6969

7070
steps:
@@ -83,5 +83,6 @@ jobs:
8383
- name: Publish release
8484
uses: ./actions/py/publish
8585
with:
86+
python-version: 3.10.13
8687
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
8788
pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)