We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0613dd commit 709611bCopy full SHA for 709611b
.github/workflows/deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
python-version: 3.8
18
- name: Build wheel and source tarball
19
run: |
20
+ pip install wheel
21
python setup.py sdist bdist_wheel
22
- name: Publish a Python distribution to PyPI
23
uses: pypa/gh-action-pypi-publish@v1.1.0
0 commit comments