Skip to content

Commit 02dee6a

Browse files
committed
update build
1 parent 8e49165 commit 02dee6a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ jobs:
2727
- name: Test with tox
2828
run: |
2929
tox -e py
30-
- name: Build documentation
30+
- name: Before deploy
3131
run: |
3232
pip install -e .
33-
pip install --upgrade setuptools
33+
pip install --upgrade setuptools
34+
make docs
35+
- name: Build binary wheel and a source tarball
36+
if: ${{ matrix.python-version == '3.10' }}
37+
run: python setup.py sdist

0 commit comments

Comments
 (0)