Skip to content

Commit 3347fab

Browse files
authored
Update build.yml
1 parent 7e855ae commit 3347fab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
pip install --upgrade setuptools
3737
make docs
3838
- name: Build binary wheel and a source tarball
39+
if: ${{ matrix.python-version == '3.6.8' }}
3940
run: python setup.py sdist
4041
- name: Publish a Python distribution to PyPI
42+
if: ${{ matrix.python-version == '3.6.8' }}
4143
uses: pypa/gh-action-pypi-publish@release/v1
4244
with:
4345
user: __token__

0 commit comments

Comments
 (0)