Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Oct 10, 2024
1 parent a5c5d48 commit a5f8956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
python-version: '3.10'

- name: Install requirements
run:
python -m pip install build

- name: Build a source tarball
run:
python -m build --sdist
Expand Down

0 comments on commit a5f8956

Please sign in to comment.