Skip to content

Commit bec8e79

Browse files
committed
Update publish github workflow
1 parent 2823366 commit bec8e79

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
17-
- name: Set up Python 3.10.17
18-
uses: actions/setup-python@v4
16+
- uses: actions/checkout@v6
17+
- name: Set up Python 3.x
18+
uses: actions/setup-python@v6
1919
with:
20-
python-version: '3.10.17'
20+
python-version: '3.x'
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)