We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e0171 commit fa0162bCopy full SHA for fa0162b
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Upload Python Package
+name: Build and Upload Python Package
2
3
on:
4
push:
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v2
18
with:
19
- python-version: '3.x'
+ python-version: '3.8'
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments