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 4af34be commit f3d40eaCopy full SHA for f3d40ea
.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