downgrade workflow python version
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user