We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad40d9c commit 8ea9f22Copy full SHA for 8ea9f22
2 files changed
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: install dependencies & build
19
run: |
20
- pip3 install setuptools
+ pip3 install setuptools wheel
21
python3 -m build
22
23
- name: publish to PyPi
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: publish to Test PyPi
0 commit comments