Try fixing build sdist again

This commit is contained in:
Tal Einat 2024-08-05 21:59:38 +03:00
parent c33a39dd9b
commit f2dda1fa34
No known key found for this signature in database
GPG Key ID: 613A98AF4C800CDA
1 changed files with 7 additions and 3 deletions

View File

@ -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'