We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08133b commit 4586e83Copy full SHA for 4586e83
.github/workflows/python-publish.yml
@@ -35,6 +35,7 @@ jobs:
35
pip install chardet
36
pip install requests
37
pip install regex
38
+ pip install tqdm
39
pip install wheel
40
- name: Build package
41
run: python -m build -n
0 commit comments