Skip to content

Commit a23657f

Browse files
committed
SP-715 Run a test build
1 parent 412e618 commit a23657f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ jobs:
3030
pipenv run mypy --install-types --non-interactive src/
3131
pipenv run mypy -p src
3232
- name: Run unit tests
33-
run: pipenv run pytest -vv -s -m unit
33+
run: pipenv run pytest -vv -s -m unit
34+
- name: Run a test build
35+
run: |
36+
pipenv run pip3 install --upgrade build
37+
pipenv run python -m build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
python-version: 3.8
1717
- run: |
18-
python -m pip install --upgrade build
18+
pip3 install --upgrade build
1919
python -m build
2020
- uses: actions/upload-artifact@v3
2121
with:

0 commit comments

Comments
 (0)