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.
2 parents 4123891 + 94d817d commit 2263178Copy full SHA for 2263178
.github/workflows/deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
18
- name: compile
19
run: |
20
+ pip3 install wheel
21
python3 setup.py bdist_wheel --universal
22
- name: Publish a Python distribution to PyPI
23
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments