Skip to content

Commit

Permalink
Try fixing build sdist again
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Aug 5, 2024
1 parent c33a39d commit f2dda1f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"

Expand All @@ -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'
Expand Down

0 comments on commit f2dda1f

Please sign in to comment.