Try fixing build sdist

This commit is contained in:
Tal Einat 2024-08-05 21:47:51 +03:00
parent 85d05f4b8a
commit b894af7dc2
No known key found for this signature in database
GPG Key ID: 613A98AF4C800CDA
1 changed files with 3 additions and 0 deletions

View File

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