Skip to content

Commit 047df6b

Browse files
committed
Build wheel in CI, upload artifact for perusal
Signed-off-by: Aarni Koskela <[email protected]>
1 parent ae45d47 commit 047df6b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ jobs:
1818
- name: Run ruff
1919
run: ruff docker tests
2020

21+
build:
22+
runs-on: ubuntu-22.04
23+
steps:
24+
- uses: actions/checkout@v4
25+
- uses: actions/setup-python@v4
26+
with:
27+
python-version: '3.x'
28+
- run: pip3 install build && python -m build .
29+
- uses: actions/upload-artifact@v4
30+
with:
31+
name: dist
32+
path: dist
33+
2134
unit-tests:
2235
runs-on: ubuntu-latest
2336
strategy:

0 commit comments

Comments
 (0)