Skip to content

Commit 8f0e51c

Browse files
committed
github/build-and-release: also build wheel
We don't need to be limited to source distribution, also build and release a wheel package. Signed-off-by: Rouven Czerwinski <[email protected]> (cherry picked from commit 878665d)
1 parent c9a22b1 commit 8f0e51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python -m pip install --upgrade pip build
2020
- name: Build sdist
2121
run: |
22-
python -m build -s
22+
python -m build
2323
- name: Publish distribution 📦 to Test PyPI
2424
uses: pypa/gh-action-pypi-publish@release/v1
2525
if: startsWith(github.ref, 'refs/tags') != true

0 commit comments

Comments
 (0)