Skip to content

Commit efc00f8

Browse files
authored
build wheel (#312)
1 parent c202cca commit efc00f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
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)