We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e855ae commit 3347fabCopy full SHA for 3347fab
1 file changed
.github/workflows/build.yml
@@ -36,8 +36,10 @@ jobs:
36
pip install --upgrade setuptools
37
make docs
38
- name: Build binary wheel and a source tarball
39
+ if: ${{ matrix.python-version == '3.6.8' }}
40
run: python setup.py sdist
41
- name: Publish a Python distribution to PyPI
42
43
uses: pypa/gh-action-pypi-publish@release/v1
44
with:
45
user: __token__
0 commit comments