Skip to content

Commit

Permalink
Build sdist on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed Nov 13, 2023
1 parent 37ebe91 commit 6c1c766
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on: [push, pull_request]
jobs:
build-sdist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install build
- run: python -m build --sdist

0 comments on commit 6c1c766

Please sign in to comment.