Skip to content

Commit b62bc4a

Browse files
authored
Fix the publish action (#80)
1 parent 62b2fbe commit b62bc4a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/workflows/publish.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ on:
55

66
jobs:
77
publish:
8-
# 03/27/23: it looks like there are issues with the tarballs for all python 3.6 versions
9-
# that are on ubuntu-22.04 (ubuntu-latest at the time). To maintain python compatibility
10-
# we're pinning ubuntu-20.04 so that we can properly run install python 3.6.
11-
#
12-
# As soon as this issue is addressed, we should put the image back to ubuntu-latest:
13-
# https://github.com/actions/setup-python/issues/544
148
name: Publish
15-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1610
env:
1711
TARGET_URL: https://pypi.org/project/patch-api/
1812
steps:
@@ -30,7 +24,7 @@ jobs:
3024
- name: Setup Python
3125
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
3226
with:
33-
python-version: "3.6"
27+
python-version: "3.12"
3428

3529
- name: Run tests
3630
env:

0 commit comments

Comments
 (0)