Skip to content

Commit 94ebb49

Browse files
committed
Publish python wheel
1 parent 78996a8 commit 94ebb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build Protobuf Files
3737
run: bin/protoc --experimental_allow_proto3_optional -I . --python_out . org/polypheny/prism/*.proto
3838
- name: Build package
39-
run: python setup.py sdist
39+
run: python setup.py sdist bdist_wheel
4040
env:
4141
VERSION: ${{ env.VERSION }}
4242
# - name: Publish distribution 📦 to Test PyPI

0 commit comments

Comments
 (0)