Skip to content

Commit

Permalink
improve sdist gen
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 16, 2024
1 parent 2884a18 commit 4635262
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
pip install --upgrade pip
pip install --upgrade -r requirements.txt
- name: Build sdist
run: |
meson setup builddir
meson compile -C builddir
meson dist -C builddir --no-tests
run: python -m build --sdist .
- uses: actions/upload-artifact@v4
with:
path: "builddir/meson-dist/*.tar.*"
Expand Down

0 comments on commit 4635262

Please sign in to comment.