Fix python version
This commit is contained in:
5
.github/workflows/PyPI-publishing.yml
vendored
5
.github/workflows/PyPI-publishing.yml
vendored
@@ -67,14 +67,13 @@ jobs:
|
|||||||
- {
|
- {
|
||||||
os: macos-14,
|
os: macos-14,
|
||||||
arch: aarch64,
|
arch: aarch64,
|
||||||
python-ver: '3.8'
|
python-ver: '3.10'
|
||||||
}
|
}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: '🛠️ Set up Python'
|
- name: '🛠️ Set up Python'
|
||||||
if: ${{ !contains(matrix.config.os, 'macos-14') }}
|
uses: actions/setup-python@v5
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.config.python-ver }}
|
python-version: ${{ matrix.config.python-ver }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user