Skip to content

Commit

Permalink
Merge pull request #88 from mdujava/release_action
Browse files Browse the repository at this point in the history
Update release action
  • Loading branch information
mdujava authored Jan 6, 2025
2 parents 0b3dcb9 + e3d8d1b commit 8c26d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.13'
- name: Install dependencies
run: |
sudo apt install libcurl4-openssl-dev libssl-dev
Expand Down

0 comments on commit 8c26d6a

Please sign in to comment.