aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/python.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 9d20089..3c25c71 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -26,5 +26,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.x"
+ - name: Build
+ run: python -m build
- name: Test
run: python -m unittest discover -s src/locusts-r-us