We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78996a8 commit 94ebb49Copy full SHA for 94ebb49
.github/workflows/publish-pypi.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build Protobuf Files
37
run: bin/protoc --experimental_allow_proto3_optional -I . --python_out . org/polypheny/prism/*.proto
38
- name: Build package
39
- run: python setup.py sdist
+ run: python setup.py sdist bdist_wheel
40
env:
41
VERSION: ${{ env.VERSION }}
42
# - name: Publish distribution 📦 to Test PyPI
0 commit comments