Skip to content

Commit f3360f4

Browse files
committed
Update release script.
1 parent 001769d commit f3360f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Set up Python 3.7
12+
- name: Set up Python 3.9
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.7
15+
python-version: 3.9
1616
- name: Install build requirements
1717
run: python -m pip install wheel
1818
- name: Build package

0 commit comments

Comments
 (0)