We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f568d commit fd6f292Copy full SHA for fd6f292
.github/workflows/python-publish.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
pip install -r requirements.txt
32
+ pip install wheel
33
- name: Build package
34
run: python setup.py sdist bdist_wheel
35
- name: Publish package
0 commit comments