Skip to content

Commit e3052a2

Browse files
committed
Add step to build installers
1 parent a9eddcd commit e3052a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run_build_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
with:
2727
path: .tox
2828
key: nimi-python-build-checks-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('tox.ini') }}
29+
- name: Build installers
30+
run: tox -c tox.ini -e py312-installers
2931
- name: Run build and package checks
3032
run: tox -c tox.ini -e py312-build_test,py312-flake8,py312-docs,py312-pkg

0 commit comments

Comments
 (0)