We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71477fa commit 6668347Copy full SHA for 6668347
1 file changed
.github/workflows/build.yml
@@ -34,4 +34,11 @@ jobs:
34
run: |
35
pip install -e .
36
pip install --upgrade setuptools
37
- make docs
+ make docs
38
+ - name: Build binary wheel and a source tarball
39
+ run: python setup.py sdist
40
+ - name: Publish a Python distribution to PyPI
41
+ uses: pypa/gh-action-pypi-publish@release
42
+ with:
43
+ user: __token__
44
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments