Skip to content

Commit a8c5bd0

Browse files
committed
Changed ubuntu version for ci
1 parent 9e8ab05 commit a8c5bd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_to_test_pypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
jobs:
1010
build-n-publish:
1111
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@master
16-
- name: Set up Python 3.8
16+
- name: Set up Python 3.9
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.8
19+
python-version: 3.9
2020

2121
- name: Install pep517
2222
run: >-

0 commit comments

Comments
 (0)