Skip to content

Commit

Permalink
Merge pull request #113 from bjester/main
Browse files Browse the repository at this point in the history
Update publish workflow
  • Loading branch information
bjester authored Aug 8, 2023
2 parents 5acbb38 + a5aca67 commit 51a0146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:
jobs:
deploy:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 2.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 51a0146

Please sign in to comment.