Skip to content

Commit

Permalink
Update the CI to generate sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Nov 16, 2023
1 parent 444f1fc commit dcebcd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
with:
python-version: '3.10'
- name: Build sdist
run: python setup.py sdist
run: |
python -m pip install -U pip build
python -m build --sdist
- uses: actions/upload-artifact@v3
with:
name: artifact
Expand Down

0 comments on commit dcebcd0

Please sign in to comment.