Skip to content

Commit ee2858a

Browse files
committed
build wheel
1 parent fe213c4 commit ee2858a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Build wheel and source tarball
1919
run: |
2020
pip install wheel
21-
python setup.py sdist
21+
python setup.py sdist bdist_wheel
2222
- name: Publish a Python distribution to PyPI
2323
uses: pypa/[email protected]
2424
with:
2525
user: __token__
26-
password: ${{ secrets.pypi_password }}
26+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)