We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e49165 commit 02dee6aCopy full SHA for 02dee6a
.github/workflows/build.yml
@@ -27,7 +27,11 @@ jobs:
27
- name: Test with tox
28
run: |
29
tox -e py
30
- - name: Build documentation
+ - name: Before deploy
31
32
pip install -e .
33
- pip install --upgrade setuptools
+ 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