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