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 f793ede commit 4d5f93bCopy full SHA for 4d5f93b
.github/workflows/publish_stable.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Python
27
uses: actions/setup-python@v1
28
with:
29
- python-version: 3.8
+ python-version: "3.10"
30
- name: Install Build Tools
31
run: |
32
python -m pip install build wheel
.github/workflows/release_workflow.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments