Skip to content

Commit

Permalink
Merge pull request #72 from tberlok/pypi
Browse files Browse the repository at this point in the history
Update manylinux.yml
  • Loading branch information
tberlok authored Apr 10, 2024
2 parents aafb0a6 + f4a57eb commit 6eefeeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.10.13
python-version: 3.10.14
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6eefeeb

Please sign in to comment.