Skip to content

Commit 8c26d6a

Browse files
authored
Merge pull request #88 from mdujava/release_action
Update release action
2 parents 0b3dcb9 + e3d8d1b commit 8c26d6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/python-publish.yml

+3-3
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@v2
16+
- uses: actions/checkout@v4
1717
- name: Set up Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.8'
20+
python-version: '3.13'
2121
- name: Install dependencies
2222
run: |
2323
sudo apt install libcurl4-openssl-dev libssl-dev

0 commit comments

Comments
 (0)