downgrade workflow python version

This commit is contained in:
MaxOhn
2022-06-14 17:59:16 +02:00
parent 80d618f672
commit 8251b42491
+7 -7
View File
@@ -16,7 +16,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.9
architecture: x64
- name: Rust setup
@@ -65,7 +65,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.9
architecture: ${{ matrix.target }}
- name: Rust setup
@@ -104,7 +104,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.9
architecture: x64
- name: Build wheels
@@ -138,7 +138,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.9
- name: Build wheels
uses: messense/maturin-action@v1
@@ -182,7 +182,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.9
architecture: x64
- name: Build wheels
@@ -226,7 +226,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.9
- name: Build wheels
uses: messense/maturin-action@v1
@@ -266,7 +266,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.9
- name: Publish to PyPi
env: