We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae45d47 commit 047df6bCopy full SHA for 047df6b
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,19 @@ jobs:
18
- name: Run ruff
19
run: ruff docker tests
20
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
31
+ name: dist
32
+ path: dist
33
+
34
unit-tests:
35
runs-on: ubuntu-latest
36
strategy:
0 commit comments