Skip to content

Commit

Permalink
Fix building sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored Nov 25, 2024
1 parent f770a07 commit 66dbd72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
check-latest: true
python-version: '3.13'
- name: Install setuptools
run: python -m pip install -U setuptools
- name: Build sdist
run: python setup.py sdist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 66dbd72

Please sign in to comment.