Skip to content

Commit c62fe9a

Browse files
authored
Merge pull request #54 from CBIIT/build-with-python-3.9
Build binaries with Python 3.9
2 parents a9d398a + a883158 commit c62fe9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/distribute-binary-files.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.x'
20+
python-version: '3.9'
2121

2222
- name: Install dependencies
2323
run: |
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up Python
7474
uses: actions/setup-python@v2
7575
with:
76-
python-version: '3.x'
76+
python-version: '3.9'
7777

7878
- name: Install dependencies
7979
run: |
@@ -116,7 +116,7 @@ jobs:
116116
- name: Set up Python
117117
uses: actions/setup-python@v2
118118
with:
119-
python-version: '3.x'
119+
python-version: '3.9'
120120

121121
- name: Install dependencies
122122
run: |

0 commit comments

Comments
 (0)