Skip to content

Commit

Permalink
Update python-publish-manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM authored Jan 16, 2025
1 parent 3a4217e commit e2fef61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

pypi:
name: Publish package to PyPI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.event.inputs.job == 'pypi'}}

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.8.0'
python-version: '3.10.16'

- name: Install dependencies
run: |
Expand All @@ -43,7 +43,7 @@ jobs:

test-pypi:
name: Publish package to TestPyPI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.event.inputs.job == 'test-pypi'}}

steps:
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.8.0'
python-version: '3.10.16'

- name: Install dependencies
run: |
Expand Down

0 comments on commit e2fef61

Please sign in to comment.