Skip to content

Commit

Permalink
Update to 20.04 (18.04 not available now) and python 3.8, as the new …
Browse files Browse the repository at this point in the history
…minimum version we use
  • Loading branch information
cmmarslender committed Aug 18, 2023
1 parent 640a8e2 commit 9df1fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand All @@ -31,10 +31,10 @@ jobs:
- run: |
git fetch origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8

- name: Install pep517
run: >-
Expand Down

0 comments on commit 9df1fc4

Please sign in to comment.