We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0861499 commit 21c6270Copy full SHA for 21c6270
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
python-version: 3.11
20
- run: |
21
+ python -m pip install wheel setuptools
22
python setup.py sdist
23
python setup.py bdist_wheel
24
- name: Generate a token
0 commit comments