Skip to content

Commit 063b1a4

Browse files
authored
Update pypi_publish.yml
1 parent 15b37c5 commit 063b1a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v4
2020
- name: Set up Python 3.x
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.7
23+
python-version: 3.13
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)