Skip to content

Commit 2a76e64

Browse files
committed
Build wheels
1 parent 8c08865 commit 2a76e64

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ jobs:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
6464

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+
6572
- name: Publish package
6673
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.10'
6774
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)