Skip to content

Commit

Permalink
Add build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Feb 8, 2024
1 parent 7996892 commit 0c1ec64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install build && python -m build
- uses: actions/upload-artifact@v2
with:
name: wheel
path: dist/*.whl

0 comments on commit 0c1ec64

Please sign in to comment.