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 f8098db commit 4b72fa1Copy full SHA for 4b72fa1
.github/workflows/publish-pypi.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Build Protobuf Files
35
run: bin/protoc --experimental_allow_proto3_optional -I . --python_out . org/polypheny/prism/*.proto
36
- name: Build package
37
- run: python setup.py sdist bdist_wheel
+ run: python setup.py sdist
38
- name: Publish distribution 📦 to PyPI
39
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments