Skip to content

Commit a385965

Browse files
committed
revert back to ubuntu-latest and python-3.9
1 parent 62af948 commit a385965

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
release:
2020
name: Release
2121
runs-on: ubuntu-latest
22-
container:
23-
image: ubuntu:18.04
2422
steps:
2523
- name: Check out the codebase.
2624
uses: actions/checkout@v2
@@ -30,11 +28,10 @@ jobs:
3028
- name: Set up Python 3.
3129
uses: actions/setup-python@v4
3230
with:
33-
python-version: '3.6-dev'
31+
python-version: '3.9-dev'
3432

3533
- name: Install requirements.
3634
run: |
37-
python3 -m pip install pip --upgrade
3835
pip3 install -r requirements.txt
3936
4037
- name: Package to binary

0 commit comments

Comments
 (0)