Skip to content

Commit 3bc517a

Browse files
committed
ci: try fix publish step
1 parent 66f4a3a commit 3bc517a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
name: Build and publish Python distributions to PyPI and TestPyPI
7777
needs:
7878
- test
79-
runs-on: ubuntu-18.04
79+
runs-on: ubuntu-20.04
8080
steps:
8181
- uses: actions/checkout@master
82-
- name: Set up Python 3.7
82+
- name: Set up Python 3.11
8383
uses: actions/setup-python@v1
8484
with:
85-
python-version: 3.7
85+
python-version: 3.11
8686
- name: Install pypa/build
8787
run: >-
8888
python -m

0 commit comments

Comments
 (0)