Skip to content

Commit 4b72fa1

Browse files
committed
Stop publishing python wheel packages
1 parent f8098db commit 4b72fa1

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
@@ -34,6 +34,6 @@ jobs:
3434
- name: Build Protobuf Files
3535
run: bin/protoc --experimental_allow_proto3_optional -I . --python_out . org/polypheny/prism/*.proto
3636
- name: Build package
37-
run: python setup.py sdist bdist_wheel
37+
run: python setup.py sdist
3838
- name: Publish distribution 📦 to PyPI
3939
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)