Skip to content

Commit

Permalink
Try fixing build sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Aug 5, 2024
1 parent 85d05f4 commit b894af7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: 'pip'
- name: Install deps
run: "pip install 'setuptools~=72.1'"

- name: Check metadata
run: "python setup.py check"
Expand Down

0 comments on commit b894af7

Please sign in to comment.