Skip to content

Commit

Permalink
CI: build source distribution and wheel
Browse files Browse the repository at this point in the history
This is mostly to check that the respective make target stil works,
but maybe the generated wheels can also come in handy.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Mar 20, 2024
1 parent dcf4a12 commit 144219b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build

on: [push, pull_request]

jobs:
build:
name: Source Distribution and Wheel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build
- uses: actions/upload-artifact@v4
with:
path: dist

0 comments on commit 144219b

Please sign in to comment.