We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75517fc commit e6a0887Copy full SHA for e6a0887
1 file changed
.github/workflows/release.yaml
@@ -22,6 +22,7 @@ jobs:
22
23
- name: Install dependencies
24
run: |
25
+ pip install setuptools
26
pip install wheel
27
pip install twine
28
0 commit comments