Skip to content

Commit

Permalink
chore: add missing release requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanandel committed Jan 24, 2025
1 parent cb06314 commit 717bf86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
with:
python-version: "3.13"

- run: pip install -r release-requirements.txt

- run: python setup.py sdist

- uses: pypa/[email protected]
Expand Down
1 change: 1 addition & 0 deletions release-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setuptools >= 75, < 76

0 comments on commit 717bf86

Please sign in to comment.