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 8c08865 commit 2a76e64Copy full SHA for 2a76e64
.github/workflows/main.yml
@@ -62,6 +62,13 @@ jobs:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
64
65
+ - name: Build wheel and source distributions
66
+ run: |
67
+ pip install wheel
68
+ pip install build
69
+ python -m build --wheel
70
+ python -m build --sdist
71
+
72
- name: Publish package
73
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.10'
74
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments