Try fixing build sdist again
This commit is contained in:
parent
c33a39dd9b
commit
f2dda1fa34
|
@ -35,6 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: 3.12
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
cache-dependency-path: .github/workflows/build.yml
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: "pip install 'setuptools~=72.1'"
|
run: "pip install 'setuptools~=72.1'"
|
||||||
|
|
||||||
|
@ -59,9 +60,12 @@ jobs:
|
||||||
os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
|
os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Check out code
|
||||||
- uses: actions/setup-python@v5
|
uses: actions/checkout@v4
|
||||||
name: Install Python
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Install Python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.python-version }}
|
python-version: ${{ env.python-version }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
Loading…
Reference in New Issue